Open
Description
Cannot use nuxtHub database when initializing a new project with the hello-edge template
or by following the Add to Nuxt project
instruction.
Steps to reproduce the behavior:
- Initialize new project by running
npx nuxthub init my-app
- run
cd my-app
- run
pnpm dev
- errors
- Failed to initialize wrangler bindings proxy write EPIPE
- [unhandledRejection] Missing Cloudflare DB binding (D1)
Expected behavior
No errors
Steps taken to remove error
Downgrade wrangler devDependency to 3.104. Any version past this will result in the previously mentioned error
- run
pnpm add wrangler@3.104
- run
pnpm dev
- no error
4360