cant run nextUI in prod but have it in dev (vercel) #59623
Unanswered
Urbaninja25
asked this question in
Help
Replies: 2 comments 2 replies
-
I have the same problem did you solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I had the same problem recently. Try changing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
i am creating T3 app with createT3app .
it using "next": "^14.0.0" but _app.tsx file structure
so i did everything i could depending what nextui.org gave us as setup guidance (with providers,without providers,external providers and ext ),but nothing works.
it works like charm in developments with all the styles and features it has but whenever i try to host it on vercel,none of nextui componenets appears at all .
worst thing is that we dont have any proper errorhandling here which provide some workaround in prod logs or in dev console
i will be happy if anyone can help me here!
much appreciated !
Additional information
Example
here is what vercel deploys : https://katsuio-8x0zkvgns-urbaninja25.vercel.app/
Beta Was this translation helpful? Give feedback.
All reactions