Creating an app is not going too well. I have a repo. I changed the name of the main.py file to streamlit_app.py since that was appearing to be the default name it was looking for. I provide a “GitHub URL” from GitHub and When I hit the “Delploy” button I get “Unable to find at branch “”.” in the lower right hand corner.
I created a Branch and it still is not finding a branch.
Branch, Repository and main py file are showing red for “does not exist”.
Everything is populating from the repo but nothing is allowing for a deploy to take place.
Or, if I use interactive picker to get the drop down list, I choose the repo from the list and it says this
It’s a new repo, and I was thinking maybe it takes awhile for the server to log it or something before Streamlit an use it? Just my thoughts. Appreciate you looking at this.
Well, when I run this on my local drive I have the pages folder which holds to rest of the code and it works pretty well. I think the pages folder is inherently recognized.
I Agree.
Upon attempting to authenticate with the Streamlit Deploy interface, I encountered an unexpected redirection to an unrelated website. To mitigate this issue, I implemented a URL block and configured a redirect back to the Streamlit login page. Although I initially believed this solution to be effective, I am now considering the possibility that residual background redirects may be interfering with the recognition process. Further investigation is required to confirm this hypothesis and fully resolve the issue. However, I would not have the skillset to perform that operation.
I think sorting that out should be your priority. Maybe create a new post with that, so that the right people can see it. Messing with your network setup without even understanding the issue is not a proper solution.