-
> Axios idea
```ts
function Component() {
// Get a request
const {loading, data} = useFetch("/api/data", {});
// Using other request
const {submit} = useAxios("/api/url", {}, "post"…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v16.20.0
- Nuxt Version: 3.6.0
- Nitro Version: 2.5.1
- Package Manager: npm@9.4.2
- Builder…
-
### Environment
Nuxi 3.0.0-rc.14-27796957.b60f136
Nuxt 3.0.0-rc.14-27796957.b60f136 with Nitro 0.6.1-27791756.086802d
### Reproduction
https://github.com/Maxp777/nuxt4
### Describe the …
-
I understand that I need to set up an app proxy to make requests to my Postgres DB and for the app-extensions. However, I keep getting 404 errors for a bad URI - I'm not understanding how to do this p…
-
OPlayer works well with m3u8 by hls plugin.
But when I put hls plugin together with playlist plugin - which had sources with many m3u8 files, it throw `MEDIA_ERR_SRC_NOT_SPPORTED`.
Does any plan t…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v18.15.0
- Nuxt Version: 3.5.3
- Nitro Version: 2.4.1
- Package Manager: npm@9.5.0
- Builde…
-
### Environment
Operating System: Liunx
Nuxt: 3.2.2;
Nuxi: 3.2.2
Nitro: 2.2.3
Node: 18.16.0
npm: 9.5.1
Builder: vite
### Reproduction
(https://github.com/taishuai110/nuxt3-error/blob…
-
Hi!
I use laravel (socialite) as backend
I tried all the combinations suggested, but I always have the same error.
`Client error: GET https://www.googleapis.com/oauth2/v3/userinfo?prettyPrint=f…
-
Depends on #95
The API is being generated in the UI, but the base API classes aren't being used, only the models.
-
I had an issue with my query's on the [...uri].vue in Nuxt 3, where the pages between the uri already loaded and after that they transitioned.
Changing the query from `useFetch` to `useLazyFetch`
…