79307552

Date: 2024-12-25 12:29:47
Score: 1
Natty:
Report link

For those who like we got exactly the same error when trying to deploy a Flask (Dash) application on AWS elastic beanstalk - you need to set the WSGIPath in Configuration/Updates, monitoring, and logging to application:server.

The filename in my case is application.py and definitions in code are:

application=dash.Dash(__name__)   
server=application.server
Reasons:
  • Blacklisted phrase (0.5): exactly the same error
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Artem Fedorov