When I first created my streamlit app I was assigned this url [Preformatted text](https://seppwolfrich-kickbase-analyser-kickbase-client-lh95je.streamlit.app/). Now this app has broken but I have shared the link with lots of friends for public use. So either I take the subdomain and give it to a replication of the app which is working or I try to replace the link everywhere. I would like to give the subdomain to the working replica but when I try to do this, I receive the following message
This subdomain contains profanity. Please provide an alternative subdomain. Think this is a mistake? Shoot us a message on the forum.
This is not correct, although analyser has a troublesome component.
The error that you are encountering must have been due to some of the characters represent profanity. However, a simple solution may be to do a link redirect in the original app to the replica app.
Thanks a lot for your reply. The issue is with the word “analyser”, as it contains a problematic sub-string.
I like your idea. Do you happen to know a smooth way of doing this so that the redeirect is seamless, rather than adding a textbox with the new link?
so everything seems to be working again and streamlit is able to connect with my github hosted script. So, for now all si working again. Hopefully it stays that way.
Thanks a lot!