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
If the server is down the preflight generated a ERR_CONNECTION_REFUSED can you please propagate it? so that we can handle it on the app level?
Can you please add the status code inside the error event? currently i have to catch the zone error and check if the message contains 401 ou other code. It can we easier if you propagate the error code.
Thank you