lenra-io / server

GNU Affero General Public License v3.0
6 stars 0 forks source link

[Bug]: Application Services response error Bad Request with no info #496

Open jonas-martinez opened 8 months ago

jonas-martinez commented 8 months ago

What happened?

libs/application_runner/lib/services/application_services.ex:369 only sends the body of the error but it gets rid of every other important information such as the url that was called that caused the issue.

I think that we should pass the full finch.Response object assuming that there is no secret in this response.

What browsers are you seeing the problem on?

No response

Version

No response

Relevant log output

No response