-
Hi There,
I am using your app, and I have an issue for HTTP request with the axios. I don't know why it doesn't work. I used it before with my other applications.
Can you help me, please?
Here…
tarim updated
5 years ago
-
### Describe the bug
When I used Axios's fetch adapter and involved cross domain sessions, I found that the fetch adapter lost session every time it requested.
This cannot maintain the same session…
-
It would be great to add support for NestJS's Axios 2.x version if possible. Using this with the newer versions of Nest and Axios fails the dependency resolution.
https://www.npmjs.com/package/@ne…
-
-
### Describe the bug
In my app i upgrade axios from ^0.21.4 to 1.3.3
axios.create is not a function but when i did make it axios.default.create it started working what should be correct way to …
-
just `npm i`
-
#### Bug Report Checklist
- [✅ ] Have you provided a full/minimal spec to reproduce the issue?
- [✅ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…
-
### Describe the bug
I am sending these values in the header:
Accept: 'application/json, text/plain, */*',
cookie: 'cookies',
'x-client': 'mobile_web',
'x-currency': 'GBP',
…
-
运行npm install 的时候报错,具体报错信息如下:
```
21302 warn The package axios is included as both a dev and production dependency.
21303 verbose stack Error: Unable to authenticate, need: Basic realm="https://npm…
-
### Summary
If you attempt to use a Javascript file ending in ".cjs" in an expo webpack build, then it will fail to include that file in the source file compilation. Instead, it treats those files …