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
Running a full build works as expected, but attempting to render a page on demand in NextJS results in a 500 error with the following message:
[Error]: Dynamic server usage: Route / couldn't be rendered statically because it used headers. See more info here: https://nextjs.org/docs/messages/dynamic-server-error
headers
https://codesandbox.io/p/live/80d100a6-baf4-467b-bf90-508f0f461622
On demand page generation in NextJS works without throwing any errors
next 15.0.4, react-instantsearch-nextjs 0.4.4, algoliasearch 5.17.1, react-instantsearch 7.13.8
No response
The text was updated successfully, but these errors were encountered:
As well as with this issue #6552 I am experiencing the same problem here.
Sorry, something went wrong.
No branches or pull requests
🐛 Current behavior
Running a full build works as expected, but attempting to render a page on demand in NextJS results in a 500 error with the following message:
[Error]: Dynamic server usage: Route / couldn't be rendered statically because it used
headers
. See more info here: https://nextjs.org/docs/messages/dynamic-server-error🔍 Steps to reproduce
Live reproduction
https://codesandbox.io/p/live/80d100a6-baf4-467b-bf90-508f0f461622
💭 Expected behavior
On demand page generation in NextJS works without throwing any errors
Package version
next 15.0.4, react-instantsearch-nextjs 0.4.4, algoliasearch 5.17.1, react-instantsearch 7.13.8
Operating system
No response
Browser
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: