Giovanni
Giovanni
I have this code: _plugins/axios.js_ ``` export default ({ $axios }) => { $axios.defaults.validateStatus = (status) => { return status < 500 } } ``` _nuxt.config.js_ ``` export default {...
Suddenly I get this error when I deploy on Vercel: ``` [log] ----------------- Nuxt build ----------------- [log] Running nuxt build --standalone --no-lock --config-file "nuxt.config.js" /vercel/path0 [fatal] Nuxt build error ERROR...
**Describe the bug** ```js import dayjs from 'dayjs'; const locales = ['en', 'es', 'pt']; const modules = import.meta.glob('../node_modules/dayjs/locale/*.js', { eager: true }); locales.map(locale => { modules[`../node_modules/dayjs/locale/${locale}.js`]; }); ``` I get...
When used in conjunction with nuxt-i18n module, duplicate urls with different `hreflang` are prevented in static routes. Duplicate urls may be necessary when you want to specify a region and...
**Describe the bug** The app does not build correctly due to an error, The error is: ``` ERROR Error while requiring module nuxt-speedkit: TypeError: _consola.default.withTag is not a function ```...
I'm using [oruga](https://oruga.io/) with [theme-bulma](https://github.com/oruga-ui/theme-bulma) in a [Nuxt3](https://nuxt.com/) project. I just found out the bulma-prefers-dark extension for Bulma. It works very nicely, however the changes do not apply to Oruga...
### Environment - Operating System: Linux - Node Version: v16.15.1 - Nuxt Version: 3.6.1 - Nitro Version: 2.5.2 - Package Manager: [email protected] - Builder: vite - User Config: runtimeConfig, modules,...
On Brave, I get a 500 response status even with Shields disabled. Is there any workaround for this?
### Describe the feature or enhancement A graph with the event properties is visible on the logged-in Dashboard. Make the same info also available in the shared link UI.