Hi everyone 
I’m running into an issue with a project built using Vassel v0. The app works fine during development, but after publishing, it fails to load both in the live deployment and in the VNode preview.
Right after logging in, the app crashes and shows this error:
Application error: a client-side exception has occurred while loading v0-livestock-import-export-analysis.vercel.app (see the browser console for more information).
Here’s the deployed link:
https://v0-livestock-import-export-analysis.vercel.app/dashboard
This only happens after publish — it doesn’t occur during development. The dashboard never renders once the error appears.
Has anyone experienced something similar with v0/VNode after deployment? Any pointers on common causes (env vars, auth, client-only code, or build config) would be really appreciated.