Your connection isn't private error

Privacy error (csv-assistant.streamlit.app)

I deployed my app on streamlit for the first time yesterday, and everything was working fine. I tried adding a streamlit config file to my repo, but since then, I have been getting a privacy error (net::ERR_CERT_AUTHORITY_INVALID) when accessing the site. I have tried redeploying without the config file and clearing my cache and cookies since, but nothing seems to work. I’m running on streamlit 1.38.0 and python 3.10.

Hi! Can you share a link to your GitHub repository or part of your streamlit config?

I can’t share the repo because it is private, but I can share the contents of the config file:

browser.gatherUsageStats = false
showErrorDetails = false
fastReruns = false

Thanks for your help.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.