I'm trying to deploy a django application, during the procedure no errors are reported, but when I access the link the website returns the following error: Application Error Is your app correctly listening on $PORT?
I ping the site by the url and I got a response.
The migrates were run without problems, including the data has already been restored in the database.
Has anyone had a similar problem?