Deployment error {"Code":2,"RawMessage":"Failed to create the application reverse proxy"}

:wave: Hi all, new to the community here!
TL;DR: So, I am hitting the following error on deploying an app to the streamlit cloud and no clue how to fix this/search revealed nothing:

{"Code":2,"RawMessage":"Failed to create the application reverse proxy"}

Background:

  • I had a private repo in my personal github account. I could deploy the app on streamlit cloud fine (see top of log below).
  • I transfered this github repo to an org account for final deployment.
  • I deleted the app under my private github name workspace on streamlit and launched a new app using the org name workspace. This all appears to work fine (repo recognized, etc)!

The log shows no obvious errors, except it builds differently:

Originally (working, private github handle):


[     UTC     ] Logs for myapp.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[09:25:34] πŸš€ Starting up repository: 'myapp-streamlit', branch: 'main', main module: 'app.py'
[09:25:34] πŸ™ Cloning repository...
[09:25:35] πŸ™ Cloning into '/app/myapp-streamlit'...

[09:25:35] πŸ™ Cloned repository!
[09:25:35] πŸ™ Pulling code changes from Github...
[09:25:35] πŸ“¦ Processing dependencies...

β†’ works! :white_check_mark:

Not working log:

[     UTC     ] Logs for myapp.streamlit.app/

────────────────────────────────────────────────────────────────────────────────────────

[11:31:23] πŸ–₯ Provisioning machine...

[11:31:28] πŸŽ› Preparing system...

[11:31:35] β›“ Spinning up manager process...

[11:31:40] 🎈 Inflating balloons...

[11:31:45] πŸ“– Unpacking Comic Sans RAR files...

[11:31:51] 🚧 Loading "Under construction" GIF...

[11:31:56] πŸ›  Compiling <blink> tags...

[11:32:02] πŸ“  Initializing Java applet...

[11:32:07] ⏳ Please wait...

β†’ nothing happens and in the app view I see:

{"Code":2,"RawMessage":"Failed to create the application reverse proxy"}

Thanks for any help :pray:

It seems to resolve itself after ~30 min or so, so I will β€œclose” but leave for ref. HTH.

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