[google-appengine] Re: Nginx config customization on App Engine Flex custom runtime

2021-05-11 Thread 'wokmou' via Google App Engine
Appengine flex by default also includes an nginx.conf file, which contains the basic nginx configuration information, as well was the index.html file, which serves as the root page for the nginx web server. This [1] will show you how to build Custom Runtimes in the App Engine Flexible Environmen

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread Guy Dviri
The code is the same code , what I did is just move my SRC files without the gradles build files ,from the app & the appengine to an old copy of the project that I have.. then I asked if I want to upgrade the JDK ,or keep the 11 version. I choose to keep the 11 jdk version of the old project and d

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread 'Felipe Bergallo Corral' via Google App Engine
Well, a good jumping off point for debugging an endpoint would be the endpoint logs, following the documentation associated with it . Following that, if the information there isn't very clear, then the issue might be in the back

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread Guy Dviri
ambiguous or not this was the only error I've got , so what can I do to figure this out? anyway solve it after almost 3 days,, the problem was probably using jdk 16.1 instead of 11. if the log can give me clues about it , that would save me some time ,and maybe save time for others. thanks. On Tue

[google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread 'Felipe Bergallo Corral' via Google App Engine
To be clear, would you kindly either elaborate on the changes you've performed that have lead you to this error? Or possibly look into the logs found within the Logs Explorer to see if there's a more specific error in there? On Tuesday, May 11, 2021 at 10:25:22 AM UTC+2 Felipe Bergallo Corral w

[google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread 'Felipe Bergallo Corral' via Google App Engine
Pardon, but that's... A bit ambiguous. 500 server error is any error within the server itself, which can refer to either the endpoint server or the sql server, would you kindly elaborate? On Thursday, May 6, 2021 at 2:01:32 AM UTC+2 dvir...@gmail.com wrote: > > > > 500 Server Error > > > Er

[google-appengine] Re: Looking for App Engine Expert

2021-05-11 Thread Vitaly Bogomolov
Hi. You can use 'X-Appengine-Inbound-Appid' http header for solving a problem "allow only local traffic to app engine services". According documentation "Requests coming from other App Engine applicat