I have some issues when I tried to practice using Google cloud. I'm trying to deploy Flask as a back-end server to Google cloud, and Angular as a front-end app.
However, there is a message 500 Server Error
, and CORS blocking for Angular app request to Flask server. This happens after I deployed both in the separate Google cloud projects.
I'm not sure that I should deploy the server in production mode or not, but I didn't do that. Could it be possible that you will give me suggestion?