-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The web app is not available after successfull deployment despite no visible error #2405
Comments
i only identify an issue in the log stream:Waiting for response to warmup request for container app-backend-55msetsxcoji4_0_15badae9 log stream:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi i'm trying to deploy the app on azure i give you some content:
I followed the main mandatory steps of the readMe until the azd deploy command line. I don't use AzureOpenai but OpenAi as AI service provider directly so i changed OPENAI_HOST="openai"
and defined OPENAI_ORGANIZATION and OPENAI_API_KEY in the .env created with azd.
I'm on francecentral location.
I have no error during the deployment.
Oryx build didn't show any error in the deployement center.
I have access to Kudu page i share the web app service/docker logs here:
I'm not sure how to interpret this. I don't think i forget some env variable configuration.
It seems to me that the docker constantly restarts and is not serving the app throught the server?
Maybe gunicorn server does not really start or fails directly during execution of CMD dockerfile instruction i don't understand why.
Can you help me to debug this please?
Thank you very much for your time and availability.
The text was updated successfully, but these errors were encountered: