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
I would expect that I could handle the 404 in either the second function passed to stores.then or in a second function passed to reload().then, but it looks like reload.then doesn't take a function to handle errors.
The text was updated successfully, but these errors were encountered:
I have an issue where I not able to detect that a query failed with a response code of 404:
The console output from this query is:
I would expect that I could handle the 404 in either the second function passed to stores.then or in a second function passed to reload().then, but it looks like reload.then doesn't take a function to handle errors.
The text was updated successfully, but these errors were encountered: