"Server error [A10]: Unable to create app"

,I cannot able to create and deploy my app.Please help me out here.

Thank you

Thanks for reporting, I sent this to our engineering group to take a look at

1 Like

Hi @VinayManala ! We were able to root cause and resolve this issue on our end. Could you please try again? Please let us know if it still does not work for you.

Thanks,
Amey

2 Likes

hello i am also facing the same issue. first time i am deploying the app
my github repo: GitHub - skrish141/Events-data

Hello! I am facing the same issue also i am deploying the app first time. It is running locally but when I try to deploy , this error pops up.

Github repo: himanshu1856/dev

Hi @himanshu1856,

Welcome to the Streamlit community!! :wave: :partying_face:

Would you mind sharing a screenshot of the entire page with the error message?

Thanks,
Snehan

@snehankekre

Please resolve this error!!

I suspect the spaces in the directory name Flight fare prediction are causing the error. I would suggest renaming the directory in your repo to remove the spaces and/or replace them with another character like a hyphen or underscore.

Thanks it worked.

1 Like

@snehankekre
I’m Also getting the same error can anyone please resolve it

Hi @Sudy37z :wave:

Could you try the following and let us know if it helps:

  1. Click New app from your app dashboard

  2. Click Paste GitHub URL

  3. Paste your GitHub URL

    https://github.com/Sudy37z/Heart-failure-detection/blob/main/app.py

  4. Click Deploy!

If that doesn’t work, could you similarly share a screenshot of the page with the error message?

Best, :balloon:
Snehan

1 Like

Hey @snehankekre thanks for reaching out,
sadly I got the same error message.

I have the same issue
My app:
https://github.com/artemgur/MachineLearning2/blob/master/Task1(security_threats)/main.py

Hi @artemgur,

Your link leads to a 404 error: https://github.com/artemgur/MachineLearning2/blob/master/Task1(security_threats)/main.py

Oh, I’m sorry, I forgot that my repo was private. Made it public, now it should open properly.
Thank you for quick response

EDIT: I, probably, figured it out. I didn’t have a dependencies file (like requirements.txt). Will add it and test if it deploys. It would be great if the error messages were more descriptive instead of useless “Server error [A10]: Unable to create app” error which doesn’t give any useful information for troubleshooting.