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
Description
If I open in administration "Clients" overview page it fails on: Failed to fetch clients. undefined
Problem
I have find out that on request works correctly:
Request URL: /api/seacat_auth/client?p=1&i=20&f=
Request Method: GET
Status Code: 200
And the difference against localhost is that status code didn't return "200 OK" but only "200".
In a code, I have find out that there is the "statusText" check which is failing.
Description
If I open in administration "Clients" overview page it fails on:
Failed to fetch clients. undefined
Problem
I have find out that on request works correctly:
And the difference against localhost is that
status code
didn't return "200 OK" but only "200".In a code, I have find out that there is the "statusText" check which is failing.
see https://developer.mozilla.org/en-US/docs/Web/API/Response/statusText
Solution:
see axios/axios#1501
DoD
The text was updated successfully, but these errors were encountered: