Hi All,
I made a dashboard app using ST (which is a huge achievement given that I didn’t know python coding before this!). It was easy to deploy it to Heroku. However, I can only share it on our website (created using Wix) in not-secure format. It seems like Heroku cannot assign an SSL certificate to this webapp if the page is hosted using Wix. Wix does not allow changing DNS, which might be the reason.
Given that having an https webapp is important to me, I have 2 questions:
- Is there a way to solve this problem? I believe I will face the same issue if I use AWS, GSP, or other cloud based services for deploying my app.
- Does “streamlit sharing” solve this problem or I will still have the same issue?