rchardptrsn / Census-Data-Streamlit-App

A Streamlit web app that makes an API call for US Census Data.
19 stars 39 forks source link

Application error #2

Open amit-dingare opened 3 years ago

amit-dingare commented 3 years ago

Hi,

I saw your article on medium. But, when I deploy, I get the application error. Not sure whether I am doing anything wrong.

ariffyasri commented 2 years ago

I got this issue when trying to deploy the application. However, I able to resolve it by doing the steps below.

  1. Change logLevel to level in config.toml

    https://github.com/rchardptrsn/Census-Data-Streamlit-App/blob/891b270953aad1acfb6e9e060fcd49657fc373fb/config.toml#L21

    on this line, please change to

    [logger]
    
    level = "debug"
  2. On Web Socket configuration

    And in your Azure App Service (Web Apps), please go to Configuration > General Settings and change Web Sockets to On.