Re: [google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-15 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
com wrote: >> >>> Hi Alex, >>> Thanks a lot for assisting here. I will surely check it and try it out. >>> >>> I have one question though. Basically, I am enabling stack driver so >>> that my app, Laravel, would send its log to stack driver which

Re: [google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-13 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
the idea here? Maybe I miss the point, I am just > asking to get more info. > > Thanks > > On Tue, Apr 13, 2021 at 7:52 PM 'Alexis (Google Cloud Platform Support)' > via Google App Engine wrote: > >> Hi, >> >> It will be a pleasure to help. >> >>

[google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-13 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi, It will be a pleasure to help. App Engine works by uploading/deploying your local configuration and code. This means you would start locally first. Therefore, if your php.ini is in the root folder of your local code, it should work. In the document you provided, some details are omitted

[google-appengine] Re: How to install a fresh wordpress

2020-10-19 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi, With your picture, I can't tell if you are using an ephemeral IP. If you are, the first thing to do would be to promote your ephemeral external IP to a static external IP. There's more information about this here[1] Also, for resetting the data on your VM... Your Wordpress is just software

[google-appengine] Re: App engine connection to cloud storage

2020-10-08 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi, I'll try to assist the best I can. The main issue here is that what you are doing is an http request and not local to the machine. For example "gs://" is essentially the gsutil tool wrapping-up an HTTP request and emulating locally, but it's not part of the local file system. Whereas the

[google-appengine] Re: My app verification is still pending

2020-09-18 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello, I will try to assist the best I can. There is an internal escalation process for this request. However, it requires a project ID, to which I strongly suggest you do NOT post this in this public forum. As George mentioned above, you may create a private request using the Public Issue

[google-appengine] Re: Spending LImits Going Away :(

2020-09-02 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello everyone, To summarize this conversation, it is possible to set proactive limits by: - Maximum number of instance[1] in an app - Disable your app programmatically[2] for any resource consumption, etc.. - Cap API limits to prevent too many requests[3] If I understood properly, Joshua's

[google-appengine] Re: Deploying to App Engine Standard Env + Laravel Project + Read-only file system error

2020-08-26 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi Hadil, The error says: "Failed to open stream: Read-only file system". I think this means that it's finding a file there already (under "/workspace/storage/framework/views/") where it shouldn't be. This could be a caching issue with Laravel where the files are upload by certain machines

[google-appengine] Re: Spending LImits Going Away :(

2020-08-25 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Joshua, I'll try to help the best I can. I've added a question below, along with some answers too. Questions: - Which feature did Google remove? What was this feature called and where was it shown in the GUI? I'm asking so that we can try to maybe do a feature request or see why it was

Re: [google-appengine] Re: Transactional tasks delayed

2020-08-14 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Okku, I looked into your case and even though I cannot divulge private information in a public post, there is this[1] article that states that the max is five transactional tasks into the task queues during a single transaction. It also says that the tasks are enqueued, rather than

[google-appengine] Re: Not able to run dev_appserver with Python 3 only environment

2020-08-13 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Ritesh, I looked in our internal issues and I did not find this error posted. It could be a new one. However, a quick Google search shows that someone here[1] downgraded to an older version of the SDK and it worked. Older versions of the SDK can be found here[2]. If it does work with an

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-06 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Todd, You are correct for the support of App Engine Standard with JAR and if you prefer WAR it's understandable. There is a possible workaround here[1] but that's for old Java 7 and I think now 8. There is an old discussion about that here[2]. Deploying it in Flex is the better option.

[google-appengine] Re: Currently getting hundreds of 503 errors calling service from task queue

2020-07-23 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Rob, Without taking other factors into consideration, you may be affected by this[1] issue. It shows that App Engine is affected. It might be best to engage GCP support for a better answer. However, you can also follow the status of the issue here[2]. Hope this helps. [1]

[google-appengine] Re: cloudsearch.googleapi is returning drastically wrong result count for a particular

2020-07-16 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Sudeshna, Thank you for reporting this potential issue. Since you are mentioning that the API call is returning the wrong result count, it might be better to engage our engineers through another system. This[1] issue tracker system will allow you log a ticket with them. Then, we could

[google-appengine] Re: How to protect for Host Header Injection in Endpoints on AppEngine

2020-07-16 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Alexandru, Thank you for reporting this potential issue. It would be preferable to post this type of issue directly with our engineering team. You mentioned "As far as I understood from the Endpoints Team"... And I'm wondering if you already did post that with them? I searched and