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
We were accidentally allowing data requests to be rendered unconditionally. Instead, we should also check them against the staticPaths result and 404 when appropriate.
---
Fixes#15383
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 29, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
I have a simple blog app:
I have configured the
getStaticPaths
of the post page with following:Due to above, I expect to get 404 for blog posts. But they do give me correct static pages.
To Reproduce
yarn build & yarn start
Expected behavior
The blog post should give us 404.
Demo Video
https://www.youtube.com/watch?v=XqSqTwBa-N0
System information
The text was updated successfully, but these errors were encountered: