Dash deployed on apache server failing with “Dash object not callable”
问题 I'm trying to deploy a python dash app to my apache server. I followed the scant amount of information about this configuration that I could find (officials docs; this troubleshooting thread was a bit better). When I visit the website, the page returns a 500 Internal Server Error , which is described as "Dash object not callable" in the server error log. These are the config files: >> cat /var/www/html/wsgi/dashGAF.wsgi #!/usr/bin/python import sys sys.path.insert(0,"/home/ubuntu/dashboards/"