-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
@nuxt/axios Version 5.12.2 seems to have a bug #3609
Comments
Hi, I am afraid it's better to move to https://github.com/nuxt-community/axios-module. |
Hey, @front-bae. |
Sure, closing first. And feel free to remind me if axios does something wrong. |
I would like to express my gratitude to everyone who responded. |
Describe the bug
I created a project with nuxt and proceeded with the project.
The problem that occurred after deploying the app to azure is that when axios called api, the response was not received normally, and a timeout error occurred.
Initially, it was an infrastructure issue, so we uploaded the instance and DB specifications, but it was not resolved, and unfortunately, we modified @nuxt/axios version 5.12.5 and found it to work.
What was the issue with 5.12.2?
To Reproduce
Expected behavior
If the timeout is 0, it is correct to wait indefinitely, but I do not know why the response is not received even when 3000 is given.
After upgrading the version, the issue is working normally.
Environment
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: