Forked App still displays Original App

I am trying to deploy my app that I built of off a fork. I have almost completed the app, however I notice whenever I visit the app it still shows the original template I forked from and not the new version I have created.

This seem like a simple thing that I am overlooking. I’ve read and re-read the streamlit support docs but I can find out what I’m doing wrong?

~a

App

Git Repo

Hey @Goldhelios, let me quickly recap just to make sure I understood your scenario correctly:

  1. You once deployed an app to community cloud: https://wmtsizerizer.streamlit.app/ from GitHub - PhantomInTheWire/YTQuizzer
  2. You then forked the app: GitHub - Goldhelios/Sizerizer
  3. Deleted the community cloud app
  4. Redeployed to community cloud from the forked repo
  5. Still see the old app from the first deployment (step 1)

Is that correct? :slightly_smiling_face:

Hey @raethlein, thank you so much for your help! Much appreciated -

I’m not sure of steps 1 and 2 exactly as you describe them (Apologies this is my first attempt :innocent: ) - not sure which came first or second.

I would say I started by forking that app from YTQuizzer and begin coding from my forked repo to create wmtsizerizer.

Per your step 4, I’m not sure I redeployed to community cloud from the forked repo, I don’t remember doing that or seeing anything about that.

However, for sure (5) I am currently working on my own forked repo and have it mostly ready but when I click deploy or go visit the live app on community cloud it only displays YTQuizzer?

~a

No problem :slightly_smiling_face:

Maybe I am understanding it wrongly, but if you did not deploy your app to Community Cloud (step 4), how should it be accessible there? When you write “but when I click deploy”, what exactly are you doing there?

Welp, looks like I figured it out just by you asking that question - watched a streamlit video on deployment and fixed it! I created a new app and deployed it directly connected to my repo and it all works fine now!

Thank you so much for this socratic method of solving :slightly_smiling_face:

~a

1 Like

Awesome, glad that it worked now and congratulations to deploying your first app to Streamlit Community Cloud :rocket:

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