DEV Community

Discussion on: Deploy your MERN Stack Application to Google App Engine

Collapse
 
chug2k profile image
Charles Lee

Just a small note for others who follow: the env_vars.yaml should have the env_variables key at the top:

env_variables:
  YOUR_ENV_VAR: value
Enter fullscreen mode Exit fullscreen mode

it was hard to see because env_vars.yaml is obviously not included in the final git repo :).

Collapse
 
chetan_singh_e2abc57d942b profile image
Chetan Singh

Hi charles,

My api which i have deploy is not running. Whenever I hit the API URL its only loading and I have checked the logs but I don't get any error any logs.But also, I don't get any connected message just like in my server.js file.

Any solutions?