When attempting to deploy, Internal Server Error Msg

When attempting to deploy with an Organisation subscription to GitHub, the following error arises on Streamlit: Internal Server Error. When I deploy the same app using a Private, non-organisation subscription, the app is deployed successfully. GitHub and Streamlit have authorisation on the Organisation subscription app.
Can someone please help to advise what setting need to change to facilitate a successful deployment. I am a beginner and learning this process. Forgive me if this is a minor issue to query.

Hi, I also had the same problem.
What helped me:

  • go to Organization->Settings->Deploy keys
  • enable Deploy keys for the organization

I hope this works for you.

Thanks for the feedback, Anastasiia. Where do I find ‘Organisation’? Its not in Setting or even before that.

Hi,
Just go to your organization account on github.com, and there are settings of your organization. There you can find deploy keys. If you’re not the owner of the organization, ask to do this. Or you can wait till the roll out next week, they promised to do smth about it.

Great, thanks Anastasiia