Up until around the beginning of the month, my Django app was working fine, but all of a sudden, it started sending 500 Internal Server Error on one of the endpoints. When I tried to update the app by deploying a new version, I received a builder error (exact error pasted in the attached file).
When I create a new GCloud project and deploy the exact app to that project, it deploys fine (although the 500 Internal Server Error is still there).
What can I do to fix this deployment error? Can I somehow "delete" the App Engine service and redeploy it? I don't want to delete the whole GCloud project because I would like to keep the
appspot.com domain name. Thanks in advance.