Hi all, I’m hitting a snag with v0.dev’s preview feature for my app, which schedules Google Calendar events between two users using the google calendar api.
The preview fails with the error: “v0 does not currently support previewing code using googleapis.” My setup uses a React frontend and should be using server-side Vercel API route. I added the service account api info as environment variables to the project and told v0 explicitly to stick to server side to avoid this preview fail issue.
Not sure what I am doing wrong, admittedly I am not too familiar with how vercel works so there's hopefully an easy fix.
Let me know if there's any specific information you need from me to help me trouble shoot this issue or implement it correctly. Thank you!