-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue - Calendar component app crash on vercel #3560
Comments
Seems like this issue on NextJs kindly follow these steps -
See if the error stills persists. |
@abhinandan-verma Thanks for the quick response, FYI the build is passing fine both locally and remotely, only the app crashes remotely with the error above and locally the app runs perfect.
|
@KundwaBruno you should run it remotely, observe the changes (if any). |
Okay, kindly guide me where to add this @abhinandan-verma |
@KundwaBruno for your help, I deployed a test app with I will recommend, compare the configurations with your own app with mine one , update your dependencies. Hopefully you should get your issue resolved. |
@KundwaBruno are you still facing the same issue? Kindly confirm |
Now i just got another one after i updated my dependency version to the ones in your repo.
I'm use the pages router tho @abhinandan-verma |
@abhinandan-verma You still there? |
@KundwaBruno please share a minimal reproducible environment. |
@wingkwong I reverted back to version 2.4.10 of nextui/react and it worked, not sure if it's issue within next-ui itself |
Closing - not able to reproduce. |
I'm having the exact same issue, also just on Vercel and while using Pages router. |
Having the same issue with Vercel and Remix |
I faced the same issue with the following stack :
Local and remote build works correctly, no any warn or errors. I don't use the Calendar component in my project. It causes my app crashes on Vercel :
I have the same behaviour for
I downgraded @nextui-org/react to 2.3.6, and everything works as expected. |
NextUI Version
2.4.6
Describe the bug
I recently upgraded to nextui version 2.4.6 in order for me to use the perfect DatePicker and Calendar components. Howver once i run the app locally, it runs fine without any BUGS, but on vercel the app crashes and in the logs it displays the error below.
Tried using vercel's node version and the build was still running fine without errors.
Local node version: 22.2.0
Vercel node version: 20.x
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
The Issue comes on vercel only
Expected behavior
Should run without the app crashing
Screenshots or Videos
No response
Operating System Version
MacOs
Browser
Chrome
The text was updated successfully, but these errors were encountered: