danielroe
danielroe
NNuxt
Created by RicharDVD on 9/16/2024 in #❓・help
Pinia state leaks across browser sessions
you should not call use* functions within the hooks - instead, call them outside the callback, and use them within it.
54 replies
NNuxt
Created by RicharDVD on 9/16/2024 in #❓・help
Pinia state leaks across browser sessions
seems like this might be a bug in piniaPluginPersistedstate.cookies
54 replies
NNuxt
Created by george.x.r on 9/13/2024 in #❓・help
Nuxt Image does not optimize my images
Are your image URLs local? e.g. /some/url rather than https://cdn.myapi.com/some/url?
9 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
but please, never think that pooya or I are ignoring it - it's more likely that a discord message is less likely to be spotted amidst other messages
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
(though I'm sure it was a different issue I was reading - maybe there are several)
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
maybe that would be a better place to discuss
8 replies
NNuxt
Created by TheSadMidDeveloper on 10/11/2024 in #❓・help
Server middleware ordering with modules
I spotted this in a github issue just a few hours ago
8 replies
NNuxt
Created by pook1574 on 9/27/2024 in #❓・help
nuxt/storybook does not work
might be a storybook issue. does it make a difference to turn on shamefully hoisting?
3 replies
NNuxt
Created by brunomgmateus on 9/18/2024 in #❓・help
Is it possible to exclude a component from a cached route?
I doubt nuxtjs/device could work with cache without significant refactoring. the concept of the module is to return unique info on a per-request basis, and setting cache route rules strips headers and shares a response across requests.
4 replies
NNuxt
Created by george.x.r on 9/13/2024 in #❓・help
Nuxt Image does not optimize my images
yes. it's responsible for the other providers to handle generating a url that is optimised via the url
9 replies
NNuxt
Created by george.x.r on 9/13/2024 in #❓・help
Nuxt Image does not optimize my images
that's not yet supported (downloading images from a cms during generation)
9 replies
NNuxt
Created by joe_black_unlucky on 9/10/2024 in #❓・help
/& prepended to src in img tag
seems to be a vite issue - there's an issue tracker
4 replies
NNuxt
Created by VVadim on 8/29/2024 in #❓・help
NuxtImg - Hydration attribute mismatch on
delighted to hear it! 😊
8 replies
NNuxt
Created by VVadim on 8/29/2024 in #❓・help
NuxtImg - Hydration attribute mismatch on
It will be resolved in next Nuxt image release
8 replies
NNuxt
Created by zach on 8/28/2024 in #❓・help
Deploy Nuxt 3 App with SQLite3
In a serverless environment with a read only file system that might not work. But any other Node hosting should be fine
2 replies
NNuxt
Created by ok3n on 8/27/2024 in #❓・help
Nuxt 3.13 typescript vue imports issue
Does adding @vue/runtime-dom to typescript.hoist in your nuxt config make a difference?
4 replies
NNuxt
Created by Cesxhin on 8/19/2024 in #❓・help
Problem generic typescript
yes.
8 replies
NNuxt
Created by SunTzu on 8/24/2024 in #❓・help
Nuxt-electron
might that help?
3 replies
NNuxt
Created by SunTzu on 8/24/2024 in #❓・help
Nuxt-electron
chmod +x dist-electron/main.js
chmod +x dist-electron/main.js
3 replies