manniL
manniL
NNuxt
Created by Tater on 2/22/2025 in #❓・help
Empty Nuxt 3 project seems to leak memory locally only in dev mode after second launch
Hard to tell when node ships the new libuv
9 replies
NNuxt
Created by Tater on 2/22/2025 in #❓・help
Empty Nuxt 3 project seems to leak memory locally only in dev mode after second launch
9 replies
NNuxt
Created by Jaden Drury on 2/19/2025 in #❓・help
useFetch and keys that end up not being unique
9 replies
NNuxt
Created by Jaden Drury on 2/19/2025 in #❓・help
useFetch and keys that end up not being unique
@Jaden Drury you could set the key to areas-${areaId} (if that isn't reactive)
9 replies
NNuxt
Created by meowcat_32 on 2/13/2025 in #❓・help
cant install @tanstack/vue-query?
(you can also use the flag mentioend by Kapa/The error)
19 replies
NNuxt
Created by meowcat_32 on 2/13/2025 in #❓・help
cant install @tanstack/vue-query?
NPM and peer deps act weird often sadly
19 replies
NNuxt
Created by meowcat_32 on 2/13/2025 in #❓・help
cant install @tanstack/vue-query?
@neargore try it using PNPM or similar
19 replies
NNuxt
Created by Josh Deltener on 2/12/2025 in #❓・help
async plugins with await - typescript angry
probably waitUntilTrue doesn't typeguard that properly?
12 replies
NNuxt
Created by Josh Deltener on 2/12/2025 in #❓・help
async plugins with await - typescript angry
and thus says it is a signature mismatch
12 replies
NNuxt
Created by Josh Deltener on 2/12/2025 in #❓・help
async plugins with await - typescript angry
seems like TS can't infer that the thingy you return at the end won't be null
12 replies
NNuxt
Created by Nangman02 on 2/12/2025 in #❓・help
preflight with 204 no content
7 replies
NNuxt
Created by Nangman02 on 2/12/2025 in #❓・help
preflight with 204 no content
@Nangman02 since Nuxt 3.15 you need to set a list of allowed hosts for dev (this was to close a security vulnerability) See e.g. https://github.com/nuxt/nuxt/issues/30783
7 replies
NNuxt
Created by swix on 2/10/2025 in #❓・help
Exceeded CPU on Cloudflare Pages
Do you have the paid workers plan?
7 replies
NNuxt
Created by Serhii Chernenko on 2/1/2025 in #❓・help
@tus/server production build error
otherwise you could also look into https://github.com/Klowner/tussle
24 replies
NNuxt
Created by Serhii Chernenko on 2/1/2025 in #❓・help
@tus/server production build error
can you try using the named import instead of default?
import tus from '@tus/server'
import tus from '@tus/server'
to
import { Server } from '@tus/server'
import { Server } from '@tus/server'
24 replies
NNuxt
Created by Serhii Chernenko on 2/1/2025 in #❓・help
@tus/server production build error
though the error message looks more like interop issue 🤔 https://stackoverflow.com/q/49854811/3975480
24 replies
NNuxt
Created by Serhii Chernenko on 2/1/2025 in #❓・help
@tus/server production build error
but yeah, storing files via FS on workers won't help as they aren't persisted either
24 replies
NNuxt
Created by Serhii Chernenko on 2/1/2025 in #❓・help
@tus/server production build error
@Serhii Chernenko yeah, could be an issue with interop of cloudflare workers and TUS Server. You could log the errors via the nitro error hook or a try/catch and console log. The worker should be able to output the logs properly
24 replies
NNuxt
Created by Serhii Chernenko on 2/1/2025 in #❓・help
@tus/server production build error
@Serhii Chernenko hard to help without more info I'm afraid
24 replies
NNuxt
Created by Romain on 10/7/2024 in #❓・help
Vite error after upgrading
@Romain refresh your lockfile, you might have an old unhead version?
7 replies