Saturday, 29 May 2021

Streamlit azure deployment please wait screen error

Hi I have been trying to deploy a streamlit app in azure for the past couple of days. A simple app like

import streamlit as st

def main():
    
    st.write('hello all')
    
if __name__=='__main__':
    main()

even with requirements.txt, a docker file, trying to push the docker image to azure container registry, all process are done right. There are even no errors so that i can debug them. The app just opens up in azure and freezes in the please wait screen. Please can someone help. I have tried everything, github deployment local deployment. I have been following the below articles.

https://saitracychen.medium.com/deploy-a-streamlit-app-to-azure-126452e7df6d

https://towardsdatascience.com/deploying-a-streamlit-web-app-with-azure-app-service-1f09a2159743

What am not getting is if this is a recent issue specifically with streamlit and azure or am i doing something wrong. attaching my problem below. I have also managed to capture a HAR file from the frozen page if anyone can help with it. If anyone can document the recent process and changes we have to make to deploy in azure that will be great as the support on this topic is pretty thin online.

Screenshot of problem

application logs from azure app

docker logs



from Streamlit azure deployment please wait screen error

No comments:

Post a Comment