-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I'm working on two different setups:
Left Side (Next App): Created using "pnpm create next-app".
Right Side (Hero UI App): Created using the HeroUI CLI.
Both setups have "node_modules" and include the @convex-dev/auth package. However, there's a problem:
In the HeroUI app, I'm unable to import anything from the dist folder inside @convex-dev/auth — even though the files clearly exist there.
This issue has occurred in two scenarios:
- When using Civic Auth earlier.,
- Now again with Convex Auth.,
In contrast, everything works fine in the standard Next app (left side).
I've highlighted the problem area in the screenshots:
In the HeroUI project, importing ConvexAuthNextjsServerProvider from @convex-dev/auth/nextjs/server fails, while it works fine in the Next app setup.
Metadata
Metadata
Assignees
Labels
No labels