Hello Vercel Community,
I am using v0 for a project and I’m encountering a persistent issue. The v0 preview screen for my project appears completely blank.
Upon checking the browser console, I see the following errors and warnings:
- “Refused to connect” errors related to
api.v0.deandvercel/speed-insights/vitals, indicating “Content Security Policy” violations. - Warnings such as “You must define a function MonacoEnvironment.getworkerUrl”.
- “Failed to load resource: the server responded with a status of 400 ()” errors.
I have tried refreshing the page multiple times, but the problem persists. It seems to be an issue with the v0 preview environment itself, as the errors are not related to my application code.
Could you please help me diagnose and resolve this problem?
Thank you very much.