bryce
bryce
Explore posts from servers
NNuxt
Created by Mariana Zapata on 1/14/2025 in #❓・help
Autoimport bug: server/utils not being autoimported
I don't think subdirectories are imported by default (source) You can add more directories to the import.dirs list in your nuxt.config file
11 replies
NNuxt
Created by gabrielstuff on 1/9/2025 in #❓・help
Content Management for App local
Maybe take a look at https://nuxt.studio/, works with Nuxt Content
11 replies
NNuxt
Created by Crook on 1/12/2025 in #❓・help
Server api nested index.js file is not detected
I don't think you can have multiple [variable] entries on the same level
9 replies
NNuxt
Created by Crook on 1/12/2025 in #❓・help
Server api nested index.js file is not detected
If I understand correctly I think you need to restructure to:
/api
/projects
index.ts
/[id]
index.ts (from [id].js)
/pebbles
index.ts
[pebbleId].ts
/api
/projects
index.ts
/[id]
index.ts (from [id].js)
/pebbles
index.ts
[pebbleId].ts
9 replies
NNuxt
Created by Mariana Zapata on 1/14/2025 in #❓・help
Autoimport bug: server/utils not being autoimported
Autoimports are enabled by default, are you exporting your utilities?
11 replies
NNuxt
Created by bryce on 1/8/2025 in #❓・help
Saving an `ArrayBuffer` with `defineCachedEventHandler` & NuxtHub cache
Custom driver idea doesn't work becuase it's serialized before then
6 replies
CDCloudflare Developers
Created by bryce on 1/7/2025 in #general-help
Bypass images 10 MB limit
Any idea why it’s so low? Am i doing something uncommon ?
7 replies
CDCloudflare Developers
Created by bryce on 1/7/2025 in #general-help
Bypass images 10 MB limit
Cloudflare images to store the images
7 replies
CDCloudflare Developers
Created by bryce on 1/7/2025 in #general-help
Bypass images 10 MB limit
My only idea so far is using Transforms to get the size down, but not sure if that works
7 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
You could potentially just have a dev server for your staging deployment but it’s not historically very secure, and has a couple of current security issues
18 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
but i’m not sure how well that would work
18 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
You could potentially try flip nuxt.options.dev to true
18 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
It’s explicitly disabled if nuxt isn’t running in dev
18 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
18 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
I don’t think devtools will work in a build but i’ll have a look for you
18 replies
NNuxt
Created by miSko on 8/28/2024 in #❓・help
How to add Service Binding to NuxtHub project
14 replies
NNuxt
Created by miSko on 8/28/2024 in #❓・help
How to add Service Binding to NuxtHub project
14 replies
NNuxt
Created by miSko on 8/28/2024 in #❓・help
How to add Service Binding to NuxtHub project
You should ask in the NuxtHub discord, but I'm not allowed to post an invite apparently
14 replies
NNuxt
Created by miSko on 8/28/2024 in #❓・help
How to add Service Binding to NuxtHub project
I was going to say, I think you can add the Binding in the Cloudflare dashboard but it'll disappear with the next deployment. It might be possible to add support if you're willing to hack onto the https://github.com/nuxt-hub/core package. I think there are plans in the future for more bindings but none yet
14 replies
NNuxt
Created by miSko on 8/28/2024 in #❓・help
How to add Service Binding to NuxtHub project
ok well thats absurd as its a link to NuxtHub discord
14 replies