Google App Engine - An error occurred while requesting the API

I was able to fix my problem.

I forgot to add the "gcp-build": "strapi build" to the scripts in the package.json which stopped google app engine from building the app after deployment.

1 Like