Unable to get ExpressAuth
working in monorepo
#11280
Unanswered
haroon-schmrkow
asked this question in
Help
Replies: 2 comments
-
@haroon-schmrkow Did you ever figure it out? Struggling with the same issue I think, reposted here #11417 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I answered here #11417 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to make the basic example from Next-Auth docs work in my monorepo setup with Express.js.
I am using
"@auth/express": "^0.5.6"
and the error I get isI am importing like following:
import { ExpressAuth } from "@auth/express";
which is how I import everything else...In my
package.json
I don't have thetype
property set to anything.Do you have any ideas what could be the issue here?
Beta Was this translation helpful? Give feedback.
All reactions