[google-appengine] Re: dispatch.yaml not routing

2022-03-14 Thread 'Jofre Riba Sánchez' via Google App Engine
Your app.js in the prolisting folder of the example repo does not have a handler for the /prolisting path. This is why express can't get the /prolisting [1]. Fix this by adding an additional handler for the path in app.js: app.get('/prolisting', (req, res) => { res.status(200).send('Hello,

Re: [google-appengine] Re: GAE standard and flex: support PHP 8

2022-01-27 Thread 'Jofre Riba Sánchez' via Google App Engine
you could try to deploy through the API, skipping the CLI:

[google-appengine] Re: Unknown project in GCP Console

2021-09-06 Thread 'Jofre Riba Sánchez' via Google App Engine
This is working as intended. This was previously reported on this same group and other similar ones [1]. This has also been reported on our issue tracker in [2], [3] (and a bunch more times). In summary, somebody granted a permission to get the name of the project