[Error: Server Error] GAE Nodejs8 Standard. Upgrade to Nuxtjs@2.0.0 and deployment fails (could be unrelated)

46 views
Skip to first unread message

David Davis

unread,
Sep 27, 2018, 1:33:56 PM9/27/18
to Google App Engine

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

David J. Davis

unread,
Sep 27, 2018, 1:39:30 PM9/27/18
to google-a...@googlegroups.com
I've decided to move to another hosting platform, there's clearly not enough support especially with the absense of Error reporting for Nodejs standard.

--
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 google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
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/e4da13a3-ced1-4e24-b5b4-63acf4586c46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

diogoa...@google.com

unread,
Sep 27, 2018, 4:11:30 PM9/27/18
to Google App Engine
As per this document, Node.js version 8 is in beta release and you can find out more by checking this tutorial.

As per the errors you noticed after the update and deploy, please note that Node.js runtime in the App Engine standard environment uses the latest release of Node.js version 8. That said, you need to make sure that Nuxtjs 2.0 complies to the latest version and also make sure you have the same Node.js version installed on your machine in order to avoid errors when setting up the environment.

In regards to error logging, the beta release of Node.js support writing application logs with the log levels INFO, ERROR, and DEBUG. Please check more details here.

Steren Giannini

unread,
Sep 27, 2018, 4:11:46 PM9/27/18
to Google App Engine
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

Jason Collins

unread,
Sep 27, 2018, 8:33:49 PM9/27/18
to Google App Engine
For Nuxt in the past, I had to set the HOST env variable in app.yaml:

env_variables:
  HOST: 0.0.0.0

Not sure if that would help in this case or not.
Reply all
Reply to author
Forward
0 new messages