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?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Just a small note for others who follow: the
env_vars.yamlshould have theenv_variableskey at the top:it was hard to see because
env_vars.yamlis obviously not included in the final git repo :).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?