We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
@johncraigcole has reported index routes aren't being picked up.
E.g. With a /src/products/index.server.jsx component, /products shows a 404.
/src/products/index.server.jsx
/products
To Reproduce https://stackblitz.com/edit/shopify-hydrogen-h4rvb5?file=src%2Fpages%2Fproducts%2Findex.server.jsx&title=Hydrogen
Expected behaviour /products should load the /src/products/index.server.jsx component.
Additional context
Was working fine in 0.9.1
The text was updated successfully, but these errors were encountered:
fix: index routes #562
ead09d0
90d6641
Merge pull request #566 from Shopify/bl-fix-index-routes
5702a59
Looks like this is fixed by #566
Sorry, something went wrong.
Fix latest tag (Shopify#562)
5c25633
blittle
No branches or pull requests
Describe the bug
@johncraigcole has reported index routes aren't being picked up.
E.g. With a
/src/products/index.server.jsx
component,/products
shows a 404.To Reproduce
https://stackblitz.com/edit/shopify-hydrogen-h4rvb5?file=src%2Fpages%2Fproducts%2Findex.server.jsx&title=Hydrogen
Expected behaviour
/products
should load the/src/products/index.server.jsx
component.Additional context
Was working fine in 0.9.1
The text was updated successfully, but these errors were encountered: