Having issues with deploying project to Heroku
Hi since I updated to version 4 of wappler my deployment to Heroku has been unsuccessful. tried creating a new Heroku app then deploying it using node js server and Heroku hosting multiple time but it just says successfully deployed after a second but vmy website is still empty…
George
October 8, 2021, 8:32am
2
What do you see in the deploys logs at Heroku?
Cicero
October 21, 2021, 4:34pm
3
Hi George, new wapplerite here
I’m having the same issue, so here’s the logs I got from heroku.
Removed some info from the logs (myemail & myIP):
2021-10-21T16:22:29.125349+00:00 app[api]: Release v1 created by user myemail
2021-10-21T16:22:29.125349+00:00 app[api]: Initial release by user myemail
2021-10-21T16:22:29.624931+00:00 app[api]: Enable Logplex by user myemail
2021-10-21T16:22:29.624931+00:00 app[api]: Release v2 created by user myemail
2021-10-21T16:26:12.675298+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=wappler-heroku.herokuapp.com request_id=c09a4a49-e0bd-46de-96b4-d206f57ff96b fwd="myIP" dyno= connect= service= status=502 bytes= protocol=https
2021-10-21T16:26:13.965273+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=wappler-heroku.herokuapp.com request_id=553526a0-cf55-4a06-95f2-e0192462c0f1 fwd="myIP" dyno= connect= service= status=502 bytes= protocol=https
The project is with node and there’s some text on the index page (I just wanted to check the heroku deploy).
Would very much appreciate some help please
Cheers,