Ezra Ashenafi
Ezra Ashenafi
I am getting a 404 not found error when accessing sitemap.xml for a site deployed on vercel. I get the sitemap in dev mode however. This error only seems to...
I'm having trouble installing your package on Atom. Keeps showing a unexpected end of file error from zlib
This PR adds the ability to selectively disable auto-imports for the `gql` function or vue-apollo composables. ``` export default defineNuxtConfig({ // ... apollo: { autoImports: { gql: false, 'vue-apollo': true...
### Environment - Operating System: Darwin - Node Version: v20.10.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...
### Environment - Operating System: `Darwin` - Node Version: `v20.17.0` - Nuxt Version: `3.13.2` - CLI Version: `3.14.0` - Nitro Version: `-` - Package Manager: `[email protected]` - Builder: `-` -...
### Describe the bug When trying to access the value of a custom header inside an *OnRejected* interceptor for an error reponse, it will always come up undefined. This happens...