kogratte
kogratte
NNuxt
Created by kogratte on 11/7/2024 in #❓・help
TOO_MANY_REDIRECT - How to track the culprit?
Nb:never change your package management on a release day 🤣
13 replies
NNuxt
Created by kogratte on 11/7/2024 in #❓・help
TOO_MANY_REDIRECT - How to track the culprit?
It was due to looping deps. I though yarn was smart enough to manage them, but it does not seems to be the case.
13 replies
NNuxt
Created by kogratte on 11/7/2024 in #❓・help
TOO_MANY_REDIRECT - How to track the culprit?
@kapa.ai I ran my solution with the --inspect flag. Whats should I look for? I don't have a clue about any redirection. I need to set a breakpoint, but where?
13 replies
NNuxt
Created by Tiger Nut on 10/23/2024 in #❓・help
how to add a something to .nuxt/tsconfig.server.ts ?
Maybe even amend the generated file.
15 replies
NNuxt
Created by Tiger Nut on 10/23/2024 in #❓・help
how to add a something to .nuxt/tsconfig.server.ts ?
You may be able to push files at build time using hooks. I guess it could work... Let me know if the idea helps ☺️
15 replies
NNuxt
Created by Wontolla on 10/15/2024 in #❓・help
`nuxt/storybook` does not work
Doesn't work either. They're many issues opened.
6 replies
NNuxt
Created by Jonas on 10/14/2024 in #❓・help
ERROR [worker reload] [worker init] Package import specifier "#internal/nitro/virtual/app-config"
We had this issue with some libs as well. For us, the culprit was nuxt content which was doing wrong imports. You may have available updates, or modules to remove.
5 replies
NNuxt
Created by enricopolanski on 10/8/2024 in #❓・help
What are the main differences between a plugin and a module and when should they be used?
But an interesting one 🙂 lacking of knowledges, we simply pack our layer as a reusable package (internally available only). Retrospectively, was this the way to go or should we have instead choose this other path?
11 replies
NNuxt
Created by enricopolanski on 10/8/2024 in #❓・help
What are the main differences between a plugin and a module and when should they be used?
But, is there a difference with a layer packaged as a simple zip?
11 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
May it be due to a remaining ref to the store you're trying to delete?
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
Hey Zak! Did you find a way?
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
Was harsh. Sorry about that. Was missing some ctx.
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
The ideal would be to understand why this double logout is needed... Can't do that ^^
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
Sounds like a ref issue or something like that...
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
No description
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
:/
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
BTW, defineStore will create a new store, not use an existing one. Could you use an exported ref?
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
Two questions. Why are you stucked with js? Why don't use typescript as well as the new store syntax which is well documented by pinia's team? I bet you'll get better visibility and readability. Re. Your question, it should works as long as you're not disposing this store from the logout. I'm using something similar on a projet and it works well. May it be due to the async modifier?
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
Tips:you cannot dispose something that doesn't exists. And you can't destroy the store from itself, rather from where it is used.
34 replies
NNuxt
Created by ZaKk on 10/3/2024 in #❓・help
delete pinia store data.
I can help you but it won't really help. What about reading the manual as well as js fundamentals re. Scopes?
34 replies