We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes we just got an error 500 from the server when calling a listener from the app.
Probably when the listener return nothing or crash, the listener get a timeout error and made this error to be thrown.
No response
1.5.3
[__exception__: true, __struct__: LenraCommon.Errors.TechnicalError, message: "Unknown error", metadata: "503\n\tlib/services/application_services.ex:393 Elixir.ApplicationRunner.ApplicationServices.response/2\n\tlib/services/application_services.ex:74 Elixir.ApplicationRunner.ApplicationServices.run_listener/5\n\tlib/event_handler.ex:105 Elixir.ApplicationRunner.EventHandler.handle_call/3\n\tgen_server.erl:721 gen_server.try_handle_call/4\n\tgen_server.erl:750 gen_server.handle_msg/6\n\tproc_lib.erl:226 proc_lib.init_p_do_apply/3", reason: :unknown_error, status_code: 500]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Sometimes we just got an error 500 from the server when calling a listener from the app.
Probably when the listener return nothing or crash, the listener get a timeout error and made this error to be thrown.
What browsers are you seeing the problem on?
No response
Version
1.5.3
Relevant log output
The text was updated successfully, but these errors were encountered: