Open shiipou opened 8 months ago
It seems that this error occurs when the application returns an error 500 on its side. What I mean by that is for the example used in this issue, the application tries to connect to msgraph
but fails and msgraph returns a 500 error.
Then, the application sends this 500 back to the application_runner
.
The problem with this, is that we cannot determine whether the application failed on our side or on the side of the app developer.
I don't really know how to handle this, I'm looking into it.
Might be linked to #563
What happened?
As you can see on this sentry issue : https://lenra-br.sentry.io/issues/4984414382/?project=5633085
Some app errors are redirected to server as server's errors because of error in pattern matching in Elixir. We need to change that so this error will be redirected to the app and not to our server's notifications.
What browsers are you seeing the problem on?
No response
Version
1.5.3
Relevant log output