Anyone else having this problem? Did v0 ban data fetching scripts?

I used to run data-fetching scripts on v0 all the time for my project. But now I can’t do it anymore. Is this a policy change? If not, can somebody help?

What was your use-case for data fetching in scripts? There are some safeguards to prevent users from using v0 maliciously (eg: as a proxy for scraping websites) but I don’t know if that’s what you’re running into here

It’s worth noting that running scripts cannot affect the v0 file system, so you would have to fetch and then upload to a database

Can you explain more about what you’re trying to do?

Just publicly available data. For example, my project calculated things like gold, silver prices, job data, etc. I had no trouble with this before, but now suddenly new scripts aren’t running. I have API keys for it.

Can I ask if the problem is solved? I’m trying to expand the utility of my project. And if data fetching scripts don’t work anymore, I’ll have to think of another way.