App Engine Logs Won't Load in GCP Logs Explorer - google-app-engine

The logs for my app engine API just load and load without returning any results. They have previously worked without issue.
Has anyone else experienced this before? Is this a fault with Logs Explorer?
enter image description here

Related

GCP App Engine Showing 5XX errors in usage but does not show up in GAE App Logs

This image shows Summary of App Engine Usage that has 2.28 Server(5XX) around 9:03AM:
This image shows logs of the GAE application which seems to skip between 9:00AM - 9:08AM
Is there anything I need to look into to know why these are happening? We have been getting user reports that they are receiving 502 errors on our application.

Entities not showing up in google cloud platform Entities console

I am currently working on google app engine and using datastore to store my data. I am facing an issue in which the entities I am creating through my code is not appearing in the entity section of the console. However, While querying the data return the data but this data is not showing up in the console. Does anyone has any clue to this regard,
Thanks,
I ran into this same issue and was able to fix it by opening the developer tools in the Chrome browser and then "Empty Cache and Hard Reload" the page.
In my case it was a browser caching issue.

App Engine (On Google Apps) Custom Domain can't remove

I got the error when I click 'delete' for deleting Web address
We are unable to process your request at this time. Please try again later. (Error #1000)
and I got this error when I try to delete google app engine from Google Apps
You do not have the permissions necessary to uninstall this application.
Today problem gone after I email to support and post this issue =)

GAE Server Error when Opening App in Console

When I open up the Google App Engine console and click on one particular app I get:-
Server Error (500)
A server error has occurred.
Additional info:-
This only happens for one app (I have 8 in total).
The app is deployed and I can view it no dramas via the appspot URL.
It happens as soon as I click the app name in the "Applications Overview" page - I am unable to view the console for that app at all.
There are no errors when deploying from the GAE Launcher and I've tried re-deploying several times.
I was able to login yesterday morning but have been receiving this error since yesterday afternoon.
The app is Python (as are all my apps).
I tried logging in "incognito" and on a different PC without success.
I also tried deleting all the *.pyc files and re-compiling them but it made no difference.
Has anyone else come across this issue? Any suggestions on how to resolve it?
Thanks.
The issue was my YAML file contained:-
- url: /.*
script: about.application
Once I changed this so that the "about" page wasn't so greedy, it has worked.

Log messages disappear from GAE dev server when running a backend instance

I am developing a web application on an App Engine backend using the GAE dev server. My problem is that as soon as I start serving pages from the backend, log messages stop appearing on the log console. Not all logging goes away. The start up log entries look normal. I even see that annoying "can't open zipfile" message with tags that show that the message was logged from the backend instance. It's only logging calls executed when my pages are served by the backend instance that don't appear.
I don't know if this is a bug or if I should be looking some other place for my logs. If I upload the app to the production server and look in the logs, the messages are present.
Any help would be appreciated.
Backends has separate logs just like different application versions has. Select your backend in a drop-down menu, in the blue bar at the top of the appengine admin console and you will see logs from the backend.

Resources