-
Notifications
You must be signed in to change notification settings - Fork 257
Updated Next.js to v13 #2034
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
Updated Next.js to v13 #2034
Conversation
Tested all scenarios which should work in local environment, all worked fine.
I've tried all scenarios with the update, and noticed some unexpected behaviour. The README says we expect API scenario 2 and Client scenario 1 to fail, but I saw Client 1 works and API 2 works. However, I was unable to get anything for API scenario 1.
I think it might be worth quickly checking all scenarios again with Next.js v13.5.4, and making sure the behaviour you see matches up with what we say in the README. Is this a direct result of changing the version of Next, or do you see the same behaviour in the old example app?
Update Next.JS app to v13
Tested all scenarios which should work in local environment, all worked fine.
Changeset
Dependencies are updated to the current version
Testing
Test scenarios are included in Next.JS example readme