This is the repository for the flask application I have built:
https://github.com/Guido1Alessandro1Trevisan/repMoment
It works perfectly well in local host however when I try to deploy it using google cloud run via the terminal by writing "gcloud start deploy" I am able to deploy it successfully but when I try to access the application none of the get requests work and the page takes a lot to load only to end up with a blank page with "Service Unavailable".
I suspect the problem is in the way I have set up the app.yaml file or the Dockerfile but I have searched everywhere and I have found nothing that has helped me fix my problem