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

Re-raise startup errors or shown them on 404 page? #175

Open
krassowski opened this issue Apr 10, 2021 · 1 comment
Open

Re-raise startup errors or shown them on 404 page? #175

krassowski opened this issue Apr 10, 2021 · 1 comment

Comments

@krassowski
Copy link
Member

I was helping a user who had a startup error due to conda/pip conflict (#146 (comment)) and it struck me that they did not really post their tracback in the question, but instead titled it "404 : Not Found You are requesting a page that does not exist!". It kind of makes sense - they did see the 404 page and it was screaming louder than the traceback (which itself was already scrolled up as new messages appeared in the meantime - especially common when multiple jupyter_server extensions are installed!).

Would it be helpful if server re-raised critical startup errors from jupyterlab_server? Getting 404 page might confuse some users, as 404 page becomes the "large screaming message" rather than the traceback that is more useful. Or, possibly even better could the traceback be shown on the 404 page?

From the UX standpoint it seems important to have something more than 404 because users facing different issues all arrive to the same SO question and are annoyed that none of the proposed solutions (many of which actually target different issues that existed in the past) work for them (or maybe one, new solution does).

@welcome
Copy link

welcome bot commented Apr 10, 2021

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

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