Hi David, Error Reporting is supported by the Node.js App Engine standard runtime, we will fix our docs. However, Error Reporting does not catch all errors (it only catches exceptions), you should be also looking at your logs.
Can you look at your application output in your logs? (Open Stackdriver Logging from the left nav) Can you share here your package.json? I'd like to help you understand what could fix the issue We have many customers using Nuxtjs on App Engine standard, I personally made sure I was able to deploy a Nuxtjs app in the past Steren Product Manager App Engine On Thursday, September 27, 2018 at 10:33:56 AM UTC-7, David Davis wrote: > > [image: Screen Shot 2018-09-26 at 3.35.02 PM.png] > I've been building and deploying on Nodejs8 standard and everything was ok > untill today when I upgraded from Nuxtjs 1.4.x to 2.0. Everything works > fine locally but upon deploying am getting this 500 error. According to > these docs > https://cloud.google.com/error-reporting/docs/setup/app-engine-standard-environment > > the nodejs8 environement doesn't allow error reporting. I see this in the > console. Honestly confused how Im supposed to debug and proceed without any > sort of error reporting. Please advise if anyone knows what to do. > > Project ID > agency-215614 > Project number > 885488244632 > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/595d5b01-1d60-4ad0-8ffc-b98be4a9325e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
