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
https://github.com/mstruckus/next-dynamic-path-revalidation-issue
npm run build
npm run start
http://localhost:3000/item/3
http://localhost:3000/api/revalidate?path=/item/3
Current behavior - manually revalidated page returns 404. Expected behavior - page loads successfully after manual revalidation.
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:04 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6020 Available memory (MB): 32768 Available CPU cores: 12 Binaries: Node: 20.17.0 npm: 10.9.0 Yarn: 1.22.21 pnpm: 9.6.0 Relevant Packages: next: 15.0.4-canary.17 // Latest available version is detected (15.0.4-canary.17). eslint-config-next: 14.2.17 react: 18.3.1 react-dom: 18.3.1 typescript: 5.6.3
Not sure
next build (local), next start (local), Other (Deployed)
I tested my reproduction on other Next.js versions including v15.0.3 and v14.2.18, the issue is reproducible there too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/mstruckus/next-dynamic-path-revalidation-issue
To Reproduce
npm run build
npm run start
http://localhost:3000/item/3
. See that page is loaded as expected.http://localhost:3000/api/revalidate?path=/item/3
.http://localhost:3000/item/3
. The page does not exist anymore, 404 response is returned, which is not expected.Current vs. Expected behavior
Current behavior - manually revalidated page returns 404.
Expected behavior - page loads successfully after manual revalidation.
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.6.0: Mon Jul 29 21:13:04 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6020 Available memory (MB): 32768 Available CPU cores: 12 Binaries: Node: 20.17.0 npm: 10.9.0 Yarn: 1.22.21 pnpm: 9.6.0 Relevant Packages: next: 15.0.4-canary.17 // Latest available version is detected (15.0.4-canary.17). eslint-config-next: 14.2.17 react: 18.3.1 react-dom: 18.3.1 typescript: 5.6.3
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next build (local), next start (local), Other (Deployed)
Additional context
I tested my reproduction on other Next.js versions including v15.0.3 and v14.2.18, the issue is reproducible there too.
The text was updated successfully, but these errors were encountered: