I have developed a simple app using React and Node.js 8 for Google App 
Engine. 

It works perfectly fine locally and deployed on the Flexible Environment, 
but if I try to deploy it on the Standard Environment by changing app.yaml, 
I get repeated 500 Server Errors with minimal information in the logs. I am 
getting "GET / HTTP/1.1" 500 errors but have no other ideas about what 
might be the problem.

I am guessing the reason why it is failing probably has something to do 
with the fact that there are additional folders, /src/ and /public/ needed 
for my React app. The folder structure of my project is the default one 
created by create-react-app. I have attempted to configure the app.yaml by 
adding the index.js from react as a script, or by making everything 
application viewable in handlers, in various combinations, but this hasn't 
resolved the error.

Has anyone encountered a similar problem? If you've gotten a react app with 
/src/ and /public/ folders working in the Standard Environment, I'd be 
interested in seeing how app.yaml was configured.

-- 
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/008bf75d-a491-4575-b246-9c07deb501cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to