Hello
I deployed my app successfully using Streamlit Cloud. It worked , but now when I try to access it again, I get the following error in the browser:
Your connection is not private – NET::ERR_CERT_AUTHORITY_INVALID
This happens with both my original app and a new one I deployed afterwards. I already tried:
- Accessing the app in incognito mode
- Using a different browser
- Restarting it
- Clearing DNS cache
But the issue persists. Could you please help me fix this
app from the dashboard
The error “Your connection is not private – NET::ERR_CERT_AUTHORITY_INVALID” usually means that your browser can’t verify the authenticity of the website’s SSL certificate. Make sure your system date and time is correct, as SSL certificates are time-sensitive. If problems persists, try using another device.
1 Like
Thank you , I’ve checked my system’s date and time settings, and they are correct. I also tried accessing it on another device, and it works there. However, I’d like it to work on this device, is there a solution?
Try updating your device to the latest OS version and ensure that any VPN or proxy server is turned off.