Victor Neves
Victor Neves
NNuxt
Created by Denis Jankelaic on 3/21/2024 in #❓・help
Memory leaks since 3.9.0 version.
@Denis Jankelaic Sentry can also be for the server
11 replies
NNuxt
Created by brofessor on 7/11/2024 in #❓・help
Nuxt 3 Docs inaccessible
2 replies
NNuxt
Created by Raph on 7/11/2024 in #❓・help
Nuxt-auth-utils custom provider
2 replies
NNuxt
Created by visionary on 7/10/2024 in #❓・help
Cannot iterate through list of items v-for , useAsyncData
from what I see from the console, the key with the data is monstersList so you should use listOfItems.monstersList
3 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
Already reported the bug on sidebase And looking into the logs from the update I have the feeling that the warning is caused by this https://github.com/sidebase/nuxt-auth/blob/b2ad71a9d572fb3237a4c5fb32475773437d1c9f/src/runtime/utils/kit.ts#L21
12 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
Now I was able to reproduce it using their repo example So it looks like it has to do with something they ship on this last release
12 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
confirmed But it appears to be with a combination of the flow I have Did a test on their repo example upgrading to v0.8 and didn't see the warning Need to continue investigating it to see if I can reproduce it with a mall boilerplate
12 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
I found the culprit sidebase/nuxt-auth v0.8 I have downgraded to v0.7.2 and the warning was gone now I need to restore everything to have 100% sure
12 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
that's what I have been doing a lot while migrating this project 😅 but seriously, this one is insane, I don't have useRuntimeConfig, no custom plugins, only external modules and we even deleted all pages (only left one) and removed the javascript on app.vue and we still get the warning 😕
12 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
No description
12 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
No description
12 replies
NNuxt
Created by Victor Neves on 7/10/2024 in #❓・help
[nuxt] Could not access `nitro`
It isn't very easy to share code as it's a big project 😅 Let's see if sharing in which kind of files I'm using it if it's possible to get some idea I'm using the useRuntimeConfig on components script setup, composables and server files
12 replies
NNuxt
Created by emerald on 5/12/2024 in #❓・help
Adding a class or css to div id='__nuxt' the right way
had the same problem recently. In my case, since it was just a class, I used the option to give a new ID and refactored my CSS as it was "just" a small change That's why I suggested in the repo to extend the nuxt config to also allow to set CSS classes https://github.com/nuxt/nuxt/discussions/26609
14 replies
NNuxt
Created by hz2222 on 5/3/2024 in #❓・help
how to use router in a pinia store in Nuxt 3?
there's also the option to use navigateTo() when only to redirect and there's no need to access the router object
10 replies
NNuxt
Created by hz2222 on 5/3/2024 in #❓・help
how to use router in a pinia store in Nuxt 3?
I was able to access it this way
const nuxtApp = useNuxtApp()
const router = nuxtApp.$router
const nuxtApp = useNuxtApp()
const router = nuxtApp.$router
10 replies
NNuxt
Created by hz2222 on 5/3/2024 in #❓・help
how to use router in a pinia store in Nuxt 3?
@Kealanau I just want to send the user to a page if it match some conditions
10 replies
NNuxt
Created by hz2222 on 5/3/2024 in #❓・help
how to use router in a pinia store in Nuxt 3?
don't think so I'm migrating a Vue 3 SSR project to Nuxt 3 and I have a store where I access the router using this.router and it returns undefined when I console it Currently, I have a functionality that is broken because of that Tried const router = useRouter() but also returns undefined when I console it
10 replies
NNuxt
Created by Tajeddine on 5/1/2024 in #❓・help
Hydration class mismatch
the mismatch is happening on the <nav> On the warning you can see the classes applied on the server and the ones applied on the client
4 replies
NNuxt
Created by vsergiu93 on 3/31/2024 in #❓・help
Code coverage and .global.vue components
probably, it's better to share your setup I have it working
5 replies
NNuxt
Created by Victor Neves on 4/18/2024 in #❓・help
[solved] <NuxtPage name="some-name" /> not working
27 replies