So i made a react website that fetches data from my flask app, it works on my localhost without any problem,i know that to host the react app on ovh i just need to copy the build folder but i don't know how to host the flask app.
I tried hosting the flask app on pythonanywhere but since the flask app uses os.listdir()
to scan some assets i can't host it.
I also tried to host it on ovh but apparently i can't do that with a normal hosting plan.
How can i host this flask app ?