manniL
useFetch and keys that end up not being unique
also check https://github.com/nuxt/nuxt/issues/21532
9 replies
preflight with 204 no content
Same for the vite project btw - https://github.com/vitejs/vite/commit/bd896fb5f312fc0ff1730166d1d142fc0d34ba6d
7 replies
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
@tus/server production build error
otherwise you could also look into https://github.com/Klowner/tussle
24 replies
@tus/server production build error
though the error message looks more like interop issue 🤔
https://stackoverflow.com/q/49854811/3975480
24 replies
@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