简体   繁体   English

谷歌应用引擎错误报告不起作用

[英]google app engine Error reporting does not work

the last week my php flex app on app-engine has been causing error 500, sometimes.上周我在 app-engine 上的 php flex 应用程序有时会导致错误 500。 I dont have changed nothing in my code.我的代码中没有任何更改。 But the strangest is that nothing is shown in the error reporting panel.但最奇怪的是错误报告面板中没有显示任何内容。 Someone knows if there are new updates or something like that for App Engine?.有人知道 App Engine 是否有新的更新或类似的更新?

Regards.问候。

The last change on December 9, 2019 is about: 2019 年 12 月 9 日的最后一次更改是关于:

App Engine is changing the URLs that you use to send requests to your apps. App Engine 正在更改您用于向应用发送请求的网址。 You can now include a region ID to help Google route your requests more efficiently and reliably.您现在可以包含区域 ID 以帮助 Google 更有效、更可靠地路由您的请求。 For example, an app can receive requests at https://PROJECT_ID.REGION_ID.r.appspot.com .例如,应用程序可以在https://PROJECT_ID.REGION_ID.r.appspot.com接收请求。 This new URL is optional for existing apps, and will soon be required for all new apps这个新 URL 对于现有应用程序是可选的,并且很快就会被所有新应用程序所必需

https://cloud.google.com/appengine/docs/flexible/php/release-notes https://cloud.google.com/appengine/docs/flexible/php/release-notes

Maybe this could be causing some internal erros.也许这可能会导致一些内部错误。 It would be nice more details bout the 500s errors.关于 500s 错误的更多细节会更好。

Finally, I found the error logs of my app, they are in Stackdriver Logs Viewer .最后,我找到了我的应用程序的错误日志,它们在Stackdriver Logs Viewer 中 And not in the Error Reporting Panel而不是在错误报告面板中

Blessings.祝福。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM