Google_script bug

Every time that I update the code, v0 keeps asking me for GOOGLE_SCRIPT URLS - I did it both ways - hardcoded and setup the environment variables but it still asks me for GOOGLE_SCRIPT. Not intelligent enough to listen to 1m times I’ve said to stop prompting or that I’ve aleady done the hardcoded/api setup. keeps apologising and then asking again in the same message.

this is SO EXHAUSTING. what’s the SMARTER WAY TO DISABLE THIS?

Did you know about these other v0 resources? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

This guide is a great place to start.

And these recordings can give you a look at v0 features and strategies in action: Topics tagged v0

v0 will prompt that if it finds process.env.GOOGLE_SCRIPT anywhere in the codebase and you do not have the environment variable set in the project

You have two remedies:

  • ask the agent to remove all instances of process.env.GOOGLE_SCRIPT
  • ensure the environment variable is correctly set in the project
2 Likes