Good morning.
I have an app created with v0 that loads dynamically data from .csv files. It works perfectly when the data is static and in the public folder. However every time I ask him to protect my data and put it in the data/ folder instead of public, and retrieve it via API, the whole loading progress bugs, I keep having the error 500 and it tells me the API fails.
What could be the reason ? How can I manage to correct it (every time i try to solve it with v0 he falls back on dummy data and abandon the API)