Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] - Add catches for common user mistakes #92

Open
kcpevey opened this issue Jan 29, 2024 · 0 comments
Open

[ENH] - Add catches for common user mistakes #92

kcpevey opened this issue Jan 29, 2024 · 0 comments

Comments

@kcpevey
Copy link
Contributor

kcpevey commented Jan 29, 2024

Feature description

There are some common mistakes that I think it would beneficial to check and catch before getting too far down the deployment process.

  • jhsingleuserproxy if this is missing from the environment, it will take the app deployement 15 minutes or so to fail to deploy.
  • missing extra args in gradio app.py files if these are missing, the app will never succeed deployment and will never fail. It will just be stuck in a perpetual deploying state (I've waited an hour and the page still couldn't load, no errors).

Value and/or benefit

Adding catches for these common gotchas will give feedback to users quicker and make the UX much nicer.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant