Components not working in production with Next 13 #2600
Unanswered
riccardolinares
asked this question in
Help
Replies: 0 comments
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.
-
I am building a next 13 app and sometimes (randomly) all the HeadlessUI components stop working on the mobile version of the homepage. This is the website: https://bandofacile.com/
No error in console, no error on the server. The error appears only on production (deploy on Vercel).
Versions:
"@headlessui/react": "^1.7.15",
"next": "^13.4.7",
"tailwindcss": "^3.3.3",
This is driving me crazy, I tried to remove every other components from the page and re-add them manually to find the problem, but it is all very randomly and I don't know how to reproduce the error.
Beta Was this translation helpful? Give feedback.
All reactions