How to get V0 previews to work with a production project?

Ok so i connected v0 to vercel and github, i can see the project and all the environment variables that are set from the vercel deployment. it shows the login page, but the issue i am facing is that it cannto communicate with my api so anything that i do on V0 i cannot preview.

How do you setup v0 to work with an existing vercel project that is deployed that is calling external apis so you can log in etc. If i check the logs on the api, the requests are not even making it over to the api

right now the only way i can get this work is to create a new branch, get v0 to push, pull changes locally, run and preview and then go back and adjust. But this is extremely clunky and a time sink, which feels very counter productive.

Any help would be great

bump, any insight or help?

Hi @dujota, welcome to the Vercel Community!

I’m not sure if I understand the questions correctly. You’ve a project A (built with v0) that is using the API hosted on a Vercel project B? What is the issue you’re facing?