I’m having trouble to run my project in the preview, it fails with errors which don’t exist in the official Vercel build/deployment or locally. I’ve tried to auto fix / debug with v0, but it does unnecessary changes and fails with the some problem… Of course, I can keep trying to do auto fix / debug with v0, but I don’t think there is a problem with the code… given it works nicely on local and production deployments.
Anyone else seeing this?
Can you explain more about the specific errors you’re getting? There are some things that won’t work in the preview due to it being a simulated browser/server environment
Thanks Jacob,
I’ve seen few types of failures, some about the missing dependency (or maybe just bubbling up like this but being a runtime error), the latest one I see is this:
withDragAndDrop is not a function at (/components/calendar/calendar-view)
It works locally, it works on production build, it used to work on the preview as well… I’ve tried to fork the thread, it just still stays and I cannot get rid of it.