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
There is a request that should be failing explicitly but is not. It is the request supposed to fetch the individuals list.
It is responding with a status code 200 OK, although it is failing somewhere in the BE and returning an error message:
This is due to the way the error/exception is being handled in this line:
For the dropdown/toast that shows up, it is because the response received from said endpoint doesn't contain a data attribute (only an error one, when it fails), and it is in this then/catch statement:
Current behavior
Error when loading Individuals page
URL: https://activity-dev.hikaya.dev/formlibrary/individual_list/0/0/0/
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Individuals page load without error
The text was updated successfully, but these errors were encountered: