Hello! I am deploying my Dash app to render.
I have a private GitHub repo which I successfully connected to Render. I deployed the last commit and resolved all the errors showed in the log. However, the last time I did not receive any errors, just this:
- Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Running on http://127.0.0.1:10000
Press CTRL+C to quit
No open HTTP ports detected
==> Web Services | Render Docs
It is pretty much the same message as running locally…
Any solution? I tried changing the port to 0 or 10000 and not working…
Any help will be appreciated.
Valentin