Skip to content

Bun stuck on pending when using 'hub' config #526

@Nazvix

Description

@Nazvix

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:

  1. Initialize using minimal template 'bunx nuxi init my-nuxt-app'
  2. Install NuxtHub module 'bunx nuxi@latest module add hub'
  3. Add 'hub' config with any key-value pair 'hub: { database: true, blob: true }'
  4. 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.

Screenshot
Image

Version
Bun: 1.2.6
Nuxt: 3.16.1
@nuxthub/core: 0.8.22

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions