microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.66k stars 2.63k forks source link

Failing: Starting gunicorn 23.0.0..ModuleNotFoundError: No module named 'app' #1183

Open cshouraboura opened 2 days ago

cshouraboura commented 2 days ago

Describe the bug Trying to deploy a very simple web app where I just changed the system message. When it is: Starting gunicorn 23.0.0... it then says: ModuleNotFoundError: No module named 'app'

To Reproduce Steps to reproduce the behavior: I am using the old look

  1. edit the system message
  2. deploy web app
  3. get the error message

Expected behavior the web app to load

Screenshots Image

Configuration: Please provide the following

Logs I do not know how to do this.

  1. If the application deployment is failing, please share the deployment logs using the following az CLI command:

    az webapp log deployment show --name <app name> --resource-group <rg name>
  2. If the application is crashing after deployment, please share the application logs using the following az CLI command:

    az webapp log tail --name <app name> --resource-group <resource group name>

Additional context Add any other context about the problem here. It should be fairly straight forward - I do not know why it is not working.

jack-vinitsky commented 2 days ago

Just deployed a new web app from Azure AI Studio and am getting the same error messages. : (

cshouraboura commented 2 days ago

Also when I try it form the new look, it just does not work: Image

rude-seagull commented 1 day ago

Same here, worked previously, tried to deploy a new instance today, exact same error