-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to return a new response from onResponseError
#160
Comments
I feel this issue is potentially related to and/or duplicated of #114. |
@maksimdrosdov Hi, do you solve this issue, I also meeting this problem right now |
Any update on that? |
hey, did u solve the issue? |
I believe this is related to the fact that we don't look at what Line 283 in 411904d
This means that we ignore what you can return. I think we should change the behavior in order to transform the response based on it, similar to Axios. |
onResponseError
I believe this issue is same as #224. Have you tried to modify the |
I tried to modify the nuxt 3.8.2 Still facing this problem :( |
@cgnz0r Can you create a codesandbox to reproduce the issue? |
hello, on submit, if the tokens are valid, everything works correctly and Swal displays a message, if the token is not valid, a refresh fires, the form submit fires again, but Swal no longer displays a message. How to deal with it?
repository
my function
The text was updated successfully, but these errors were encountered: