Deployed site is completely diff

I have been workin on a project and I am getting a strange issue where the entire site is wrong and not what I built and deployed. anyone else having this issue? what could be the issue? my v0 preview is perfect i hit deploy again and its a blank white page with a small hero pic and nav menu.

Hi @ipxsdev-6576, welcome to the Vercel Community!

I’m sorry that you’re facing this issue. Can you share the links of the preview and the deployed version so we can dig deeper into this? Please avoid sharing links if the project has sensitive information such as API keys shared publicly.

this issue is still persisting but more importantly, I am now having an issue where v0 says issues are fixed, they show fixed up in my Preview. I hit Publish/publish changes and the deployment fails and a small error message pops up and disappears which is attached below. v0 says it has fixed the issue and tells me a diffrernt reason or issue that was fixed and noting pushes to my site. ive tried over and over and nothing seems to fix the issue with the build i even gave the code to chat gpt and those fixes failed. I need help . What could be causing this issue?

Where exactly did this error appear for you? Can you open your Networks tab using the Inspect action on the browser? If using Chrome → F12 → On the right hand side, you’ll find Console and stuff, find Network in the tabs at the top → reload the page or perform whatever action raises this error. It has something to do with how your code is parsing json from one of the responses.

Hey @hasriza Thanks for Chiming in on this. I’m specifically having this issue in V0.app by vercel. once you finish editing files you can “publish” to preview or to production. normally any issue the agent can figure out within one or two attempts, however in this case it has failed countless times, i have not been able to successfully push my new updates for 24 plus updates. When I press the publish button, it begins to build and deploy to vercel and shortly crashes and that error message pops up. I tried support on the v0 platform and the support is a bot that says the issue is a vercel issue. all was working fine yesterday, until it wasn’t.
I’m not sure what the issue is.

Did you try restoring to the version before this error popped up and try publishing that? If, like you said, it was working earlier but hasn’t worked on the recent changes and fixes, it probably has something to do with one of your recent generations. I would suggest identifying the version at which publishing does work and then check the changes on the version after that, if you use the code editor. Try and find code related to JSON parsing your responses.