You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like index.js page routes (specifically) are not resolving to the right route.
src/
pages/
index.js
Will yield a broken page
Details
It looks like we were not applying the correct "index" resolution logic to dynamic pages like we are static pages. Logging the graph, we can see the route is coming out as /index instead of just /
thescientist13
changed the title
SSR index pages are generating the wrong route and not loading correctly
SSR index pages are generating the wrong route and not loading correctly in development
Oct 21, 2022
Type of Change
Summary
It looks like index.js page routes (specifically) are not resolving to the right route.
Will yield a broken page
Details
It looks like we were not applying the correct "index" resolution logic to dynamic pages like we are static pages. Logging the graph, we can see the route is coming out as
/index
instead of just/
The text was updated successfully, but these errors were encountered: