convex auth on expo password provider error
i was just following along the guide on the docs and suddenly came across this error. can anyone help?
6 Replies
i found someone thats also facing the same issue on github
https://github.com/get-convex/convex-auth/issues/74
GitHub
Convex auth Password provider not found · Issue #74 · get-convex/co...
Using Expo, this suddenly started happening, I have posted on discord, but I'm not sure if it's a bug or not: Error Static Rendering Error (Node.js) While trying to resolve module `@convex-...
Hmm seems like it’s ignoring the exports field in the root package.json. Weird that the provider package.json has that nonexistent path, but it shouldn’t actually affect anything.
In case it's helpful, this repo https://github.com/get-convex/expo-convex-auth/tree/main was working with Convex Auth + expo (currently trying this out with the latest version of
@convex-dev/auth
to see if that changes anything)GitHub
GitHub - get-convex/expo-convex-auth: Example app of Expo + Convex ...
Example app of Expo + Convex Auth. Contribute to get-convex/expo-convex-auth development by creating an account on GitHub.
so how exactly should i do to fix this
i deleted node modules and re-install the dependencies
then i ran into another issue
This error looks like the npm package oslo is not installed
How are you installing dependencies?