Skip to content

Prisma v6+ needed wasm true for nitro #406

Open
@acidjazz

Description

@acidjazz

I had an issue deploying to nuxt hub with prisma erroring, adding this to my nuxt config fixed it:

nitro: {
  experimental: {
    wasm: true
  }
}

prisma/prisma#23500 (comment)

Created this issue to help others that might run into this, maybe we specify this has to happen in the docs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions