-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using Bun as runtime, 'bun --bun run dev' makes the app stuck on pending fetching the page
Steps to reproduce
Steps to reproduce the behavior:
- Initialize using minimal template 'bunx nuxi init my-nuxt-app'
- Install NuxtHub module 'bunx nuxi@latest module add hub'
- Add 'hub' config with any key-value pair 'hub: { database: true, blob: true }'
- Dev server will be stuck on loading, checking network tab on devtools will reveal it stuck on pending while fetching the page.
Expected behavior
Dev server will run using 'hub' config on Bun.
Version
Bun: 1.2.6
Nuxt: 3.16.1
@nuxthub/core: 0.8.22
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
