-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
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
Support NextJS 14+ #4253
Comments
A small update… When I manually add
I get this error:
|
On the topic of updating react-query…
|
Thanks for the issue and the suggestion @tordans. I will take this up and test. |
@siddhsuresh I see that #4263 changed https://github.com/blitz-js/blitz/blob/main/package.json#L32 to |
No @tordans , its an oversight on my part. Will fix it today. |
@siddhsuresh Thanks! I just remembered https://www.flightcontrol.dev/blog/nextjs-app-router-migration-the-good-bad-and-ugly
… and thought that might have to do with it, but all the better! |
For reference #4309 (comment) also talks about issues with Next 14. |
What is the problem?
I did a quick test with
"next": "14.0.1"
(update: same for14.0.3
), which requires change to work.I created this issue just so others can easily see that we should all be using
"next": "13.5.2"
as set in the repo … and to subscribe to updates on this.FYI 13.5.6 wich seems to be the latest of the 13-tree also works fine.
Paste all your error logs here:
What are detailed steps to reproduce this?
Run
blitz -v
and paste the output here:The text was updated successfully, but these errors were encountered: