Zeeeth
Zeeeth
Explore posts from servers
NNuxt
Created by Gawel91 on 4/3/2024 in #❓・help
TypeScript in VSCode often failing
I use both WebStorm and VSCode because some of my colleagues use VSCode, and i need to say that the money you spend for the license of WebStorm you probably make up in efficiency
14 replies
NNuxt
Created by Gawel91 on 4/3/2024 in #❓・help
TypeScript in VSCode often failing
or, well, the Early Access Program L422Y linked is free
14 replies
NNuxt
Created by Gawel91 on 4/3/2024 in #❓・help
TypeScript in VSCode often failing
No, it is not free, but Good things in life cost moneys 💰
14 replies
NNuxt
Created by NT Diesel on 3/22/2024 in #❓・help
Layout doesn't change when using navigateTo in the nuxt middleware
How your App.vue look?
54 replies
NNuxt
Created by ! GhostvOne.tv 👻🇫🇷 on 3/11/2024 in #❓・help
[useFetch] Component is already mounted, please use $fetch instead (in middleware)
i also have separated this into two different middlewares: * 10.auth.global.ts * 20.user.global.ts the auth-middleware handle the authentication and user-middleware make sure the userStore is populated with the current user if the user is authenticated
10 replies
NNuxt
Created by ! GhostvOne.tv 👻🇫🇷 on 3/11/2024 in #❓・help
[useFetch] Component is already mounted, please use $fetch instead (in middleware)
Im sorry you havn't gotten any real help. I do almost the same thing that you do, but i do not use useFetch in my middleware, but $fetch as stated by the warning. What i do to avoid the multi-call is to store the user in a store. You may use the useStore or some other store manager. That way, you can check if the user is already fetched, end if not refresh the user into your store
10 replies
NNuxt
Created by Medim on 2/20/2024 in #❓・help
Can't find auto import in slug route
What IDE do you use?
12 replies
NNuxt
Created by Zeeeth on 4/24/2023 in #❓・help
Dynamic route in nuxtRouteMiddleware
for anyone looking into this, i've created a bug-report related: https://github.com/nuxt/nuxt/issues/20491
2 replies