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

Prevent any Exception from having the server return HTTP/500 #387

Closed
Tracked by #345 ...
jon-nfc opened this issue Nov 10, 2024 · 0 comments · Fixed by #392
Closed
Tracked by #345 ...

Prevent any Exception from having the server return HTTP/500 #387

jon-nfc opened this issue Nov 10, 2024 · 0 comments · Fixed by #392
Assignees
Labels
task::feature Adds functionality type::task Issue Type

Comments

@jon-nfc
Copy link
Member

jon-nfc commented Nov 10, 2024

As there are also NON-API related exceptions within django, figure out a way to prevent the server from crashing and returning HTTP/500.

The intent is that somewhere a block is added to capture all "uncaught" exceptions, and correctly raise it as an API exception that will return at least the stack trace of the original exception.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task::feature Adds functionality type::task Issue Type
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant