Error: Connection closed in production #54186
Replies: 1 comment 1 reply
-
hey were you able to find a fix? I have the same problem. It works fine locally but when I deploy it on vercel, 'error-connection closed' occurs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
My app is randomly crashing and throwing this error. It's totally random...
Here's the error with
productionBrowserSourceMaps: true
Locally i don't have any problem.
The crash is not consistent and i cannot tell if there's something wrong with my code or if it's vercel...
It's the same issue as here : #52824
and here : #49205
Some people says it's not fixed, some say it's fixed...
I developped the project on Next 13.4.12 and i upgraded to 13.4.16.
What should i do to at least have a better stacktrace ?
I'm gonna try to reproduce with minimal things, i'll drop the link to the repo here
Deps
Other infos and code snippet
i'm using server actions and my pages follow this pattern :
Beta Was this translation helpful? Give feedback.
All reactions