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

Avoid crashing by not throwing error #281

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

Arnei
Copy link
Member

@Arnei Arnei commented Feb 1, 2024

Resolves #267

Potentially controversial fix intended to keep nodemon from crashing. Instead of having the proxy server
throw certain kinds of errors, this changes it to merely logging them. The throwing in and of itself is likely not the root cause of the nodemon crashing issue, but removing it seems to alleviate the issue nonetheless.

I'm not certain on what we should ideally do with the kinds of errors that were previously thrown in the first place though.

Potentially controversial fix intended to keep nodemon from
crashing. Instead of having the proxy server
throw certain kinds of errors, this changes it to merely logging
them. The throwing in and of itself is likely not the root cause
of the nodemon crashing issue, but removing it seems to alleviate
the issue nonetheless.

I'm not certain on what we should ideally do with the kinds
of errors that were previously thrown in the first place though.
@Arnei Arnei added the type:bug Something isn't working label Feb 1, 2024
@gregorydlogan
Copy link
Member

I've hit this lots. Imo this makes sense to me.

@KatrinIhler
Copy link
Member

Since this is gonna help with developing, let's get this in. We should get at the root cause of this problem some day, but better than nothing...

@KatrinIhler KatrinIhler merged commit 6a2fad4 into opencast:admin-ui-picard Apr 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy Server crashing when opening event details
3 participants