Trying to deploy a Dash app on Azure Web app

Hey @jinnyzor ! Thanks for the kind welcome. I’m setting up my app exactly as in this thread:

which preceded this thread. I’ve cloned this git repo:

Added the server = app.server line, set it up on Azure Webapps with Python 3.10, and then changed the startup command to gunicorn --bind=0.0.0.0 --timeout 600 app:server. Unfortunately, I am getting the errors described above.