You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
On some ajax calls for example (such as countries loading); error details are present in the ajax call result, but nothing seems to be logged.
Another one; trying to send data to the "/telemetry" route; I got a HTTP 400 without any details (I guess the send JSON is NOK here but I'd lke to know what is wrong with it) :-/
I guess there may something wrong with error handling and/or logging; or maybe I've missed something?
The text was updated successfully, but these errors were encountered:
I see several issues regarding error management.
On some ajax calls for example (such as countries loading); error details are present in the ajax call result, but nothing seems to be logged.
Another one; trying to send data to the "/telemetry" route; I got a HTTP 400 without any details (I guess the send JSON is NOK here but I'd lke to know what is wrong with it) :-/
I guess there may something wrong with error handling and/or logging; or maybe I've missed something?
The text was updated successfully, but these errors were encountered: