warflash
warflash
Explore posts from servers
NNuxt
Created by 8l8 on 6/8/2024 in #❓・help
my nuxt app is auto append previous page
The downgrade only hides the warning. You need to fix the warning instead
17 replies
NNuxt
Created by 8l8 on 6/8/2024 in #❓・help
my nuxt app is auto append previous page
Open up your browsers devtools and check the console when refreshing the pages that are bugged
17 replies
NNuxt
Created by 8l8 on 6/8/2024 in #❓・help
my nuxt app is auto append previous page
Have you checked for hydration mismatches or/and multi root page components?
17 replies
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
Server side fetch refetches on client 3 times
https://nuxt.com/docs/api/composables/use-fetch#params getCachedData, key and dedupe are all things to consider
7 replies
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
Server side fetch refetches on client 3 times
You can do that just fine, however they way you are registering it is probably the issue
7 replies
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
Server side fetch refetches on client 3 times
it not retriggering hint's towards it not being bound properly to a setup function, as that should rerun on locale change. (assuming the locale is part of the url and you don't have custom :keys set)
7 replies
NNuxt
Created by salomon_. on 5/31/2024 in #❓・help
Server side fetch refetches on client 3 times
Nesting useFetch composables most of the time is a bad idea, they generally should be top level
7 replies
NNuxt
Created by DANANZ M1 on 4/11/2024 in #❓・help
Nuxt auto optimize all packages / opt out optimization
4 replies
NNuxt
Created by elizeorocha on 2/29/2024 in #❓・help
Next Auth Google Provider does not call the backend endpoint
there's also https://github.com/sidebase/nuxt-auth/issues/664 which seems to be precisely your issue, so in case you're not the person that opened it I recommend tracking that
11 replies
NNuxt
Created by elizeorocha on 2/29/2024 in #❓・help
Next Auth Google Provider does not call the backend endpoint
I can't give any particular feedback unfortunately, but based on what I saw I might have run into something similar, not 100% sure. https://github.com/nextauthjs/next-auth/issues/591#issuecomment-699906051 this helped me understand what was going on iirc + instead of googling for sidebase google for next auth/authjs since sidebase is just a wrapper.
11 replies
NNuxt
Created by elizeorocha on 2/29/2024 in #❓・help
Next Auth Google Provider does not call the backend endpoint
I havent used Google auth before so I probably won't be of much help, however I don't see you explaining the issue or errors you are facing so if someone was able to help they'd have no idea where you're stuck
11 replies
NNuxt
Created by Raiju on 7/31/2023 in #❓・help
scripts in nuxt.config is getting added/loaded twice
9 replies
NNuxt
Created by Raiju on 7/31/2023 in #❓・help
scripts in nuxt.config is getting added/loaded twice
3.6.5 is me most recent one if that's the question
9 replies
NNuxt
Created by Raiju on 7/31/2023 in #❓・help
scripts in nuxt.config is getting added/loaded twice
any idea what the stable release to date?
wdym?
9 replies
NNuxt
Created by Raiju on 7/31/2023 in #❓・help
scripts in nuxt.config is getting added/loaded twice
Have you tried reproducing this with a more recent - stable version? Could very well be a bug that has been fixed in the last year-ish since rc3 was released
9 replies