GaxiosError: Internal error Google App Engine

2.2k views Asked by At

Every week my Google App Engine throws an error:

GaxiosError: Internal error .Gaxios._request ( /workspace/node_modules/gaxios/build/src/gaxios.js:129 )

It happens once or twice per week, and takes my application (NodeJS) down for ~8 minutes. Then it gets back up until the next time the error comes.

Does anybody know how to solve it?

1

There are 1 answers

0
Pedro Rabbi On

That´s all I get from the error. It seems that the error is coming from the line 129 in gaxios.js, but I couldn´t debug it.