nuxt-hub / core

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://hub.nuxt.com
Apache License 2.0
802 stars 35 forks source link

Blob is not enabled in remote project? #170

Open wingchiutong opened 2 weeks ago

wingchiutong commented 2 weeks ago

Hi,

I have a NuxtHub project running with AI, KV, and database smoothly on Cloudflare. But blob is not working. I get the following message when running locally: Remote storage blob is enabled locally but it's not enabled in the remote project. Deploy a new version with blob enabled to use it remotely.

I have r2_buckets defined in wrangler.toml, and the following defined in nuxt.config.ts

  hub: {
    remote: true,
    database: true,
    kv: true,
    blob: true,
    cache: true,
    ai: true,
    vector: true,
  },

appreciate anyone's help on this.

Thanks! Gary

Atinux commented 2 weeks ago

Are you using a local wrangler.toml ?

Could you share the r2_buckets defined there @wingchiutong ?