ibrahimyaacob
ibrahimyaacob2mo ago

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?
No description
6 Replies
ibrahimyaacob
ibrahimyaacobOP2mo ago
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-...
erquhart
erquhart2mo ago
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.
sshader
sshader2mo ago
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.
ibrahimyaacob
ibrahimyaacobOP2mo ago
so how exactly should i do to fix this i deleted node modules and re-install the dependencies
ibrahimyaacob
ibrahimyaacobOP2mo ago
then i ran into another issue
No description
ballingt
ballingt2mo ago
This error looks like the npm package oslo is not installed How are you installing dependencies?

Did you find this page helpful?