-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.15.0
- Nuxt Version: 3.5.3
- Nitro Version: 2.4.1
- Package Manager: yarn@3.6.0
- Buil…
-
i have installed `@nuxtjs/toast` (nuxt version - 1.0.0-alpha.5) and i have exception, but only in terminal, on in browser, because ... [full code here](https://github.com/BjornMelgaard/vue-todolist/bl…
-
### Version
@nuxtjs/firebase: 7.3.3
firebase: 8.0.1
nuxt: 2.14.12
### Steps to reproduce
Custom environment does not work as expected. I'm unable to build nuxt once and deploy to multiple envir…
-
### Version
@nuxtjs/supabase: "^1.1.5",
nuxt: "^3.9.1"
### Steps to reproduce
Follow get started guide with bun: http://supabase.nuxtjs.org/get-started
### What is Expected?
Successful insta…
-
### Version
@nuxtjs/algolia: 1.10.2
nuxt: 3.13.1
### Reproduction Link
--
### Steps to reproduce
I have a nuxt layer I have built that is used in three projects.
- Nuxt Layer: https:…
-
I got error
> ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'options') …
-
nuxt package.json:
{
"name": "project",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "n…
-
I'm in the process of optimizing a Nuxt website, and I noticed that there is a quite large part of the bundle that is made up of the `emojilib` package.
A quick analysis of my `pnpm-lock.yaml` is …
-
Hi there,
I've been trying to use this boilerplate all day and I've followed the readme instructions. I have the project running and i'm trying to add in front end libraries that I want to use with…
-
#### Describe the bug
First of all, thank you for this awesome library.
The bug seems to be some kind of cross-request state pollution when using Vuex-ORM on Nuxtjs with SSR. Its kinda hard to …