Closed jhadraoui closed 7 months ago
Hi @jhadraoui - this usually indicates a problem with the AppEngine service, sometimes quota issues. Please open a Google Cloud support ticket. Unfortunately there's nothing we can do in the GitHub Action to make this better.
TL;DR
I'm trying to continuously deploy a project from Github to Google appengine using github actions, but it results in a 500 error and I do not understand why.
Expected behavior
Deploy to google engine after checkout and authentication
Observed behavior
Checkout and authentication steps are successful. Deploy to App Engine step failed with error 500 : "Authentication backend unknown error." Works perfectly when deploying directly from host without using Github actions
Action YAML
Log output
Additional information
No response