Replies: 2 comments
-
Were you able to figure this out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, but I can't remember how. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I deployed my app on Vercel and I got an error on one specific route, other routes work fine. I tested on several browsers and all of them are having the same error, this is the error that appears in the console
Error: Connection closed. at c
I tested locally (
npm run build
andnpm start
) and the app works fine for all routes. I tried to upgrade next to the latest version (13.5.4) and also downgrade to several versions, but the error still exists. Has anyone faced this issue before?Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions