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
I have a nextjs app on v14, it uses page routing.
when I enter a non-existent route (/foobar) - the app 308 redirects to /404/ few dozen times, and then browser cancels the request.
Same app works fine when ran locally with npm run dev or on vercel.
I have a nextjs app on v14, it uses page routing.
when I enter a non-existent route (
/foobar
) - the app 308 redirects to /404/ few dozen times, and then browser cancels the request.Same app works fine when ran locally with
npm run dev
or on vercel.Here is the link to a version deployed with sst: https://d2ia2gbaq4gtdc.cloudfront.net/
Working version on vercel: tripyacht.com
This is the only thing thats stopping me from fully embracing open next, and migrating away from Vercel.
The text was updated successfully, but these errors were encountered: