-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Describe the bug
Very unclear when/how this problem emerged for us in our nextjs application but we're noticing the following error. Queries still succeed!
Reproduction
Running any querybuilder based query
⚠ [externals]/gel/dist/reflection/index.js
unexpected export *
export * used with module [externals]/gel/dist/reflection/index.js [external] (gel/dist/reflection/index.js, cjs) which is a CommonJS module with exports only available at runtime
List all export names manually (`export { a, b, c } from "...") or rewrite the module to ESM, to avoid the additional runtime code.`
Import trace:
[externals]/gel/dist/reflection/index.js [external]
./dbschema/edgeql-js/index.ts [Route]
./utils/auth/authProviderHelpers.ts [Route]
./utils/ActivitiesData/sources/gitlab.ts [Route]
./pages/api/auth/[...nextauth].ts [Route]
Versions (please complete the following information):
- OS:
- EdgeDB version (e.g.
2.0): 6.10 - EdgeDB CLI version (e.g.
2.0): 7.7.0 edgedb-jsversion (e.g.0.20.10;): Generate 0.6.4, gel 2.1.1- Node/Deno version: v22.15.0.
nileshp87
Metadata
Metadata
Assignees
Labels
No labels