I have a Dash app that runs fine locally. It also renders as a pythonanywhere website but it has none of the functionality that it should. It appears to be only static and the browser tabs title shows "Updating".
When I check the error logs I find:
Error running WSGI application AttributeError: 'Flask' object has no attribute 'server' File "/var/www/mpetta_pythonanywhere_com_wsgi.py", line 18, in <module> application = app.server
I have tried renaming the file and aliasing the import but nothing seems to resolve this error. Any help would be greatly appreciated. Thank you