Haukur Már
CCConvex Community
•Created by djbalin on 7/31/2024 in #support-community
[Convex Auth]: Monorepo Expo app: "Unable to resolve @convex-dev/auth/server" ...
You hit the nail on the head here, I've been banging my head in for 2 days now trying to figure this out, so thank you 🙏
In my case, I was moving my Expo app into a mono-repo using Turbo repo and Bun as the package manager so I could re-use my convex package that I use for another web application.
I thought at first something was wrong with the metro.config.js not resolving the dependencies correctly. Specifically the "oslo/crypto" reference.
As you mentioned, the frontend, Expo in my case doesn't really need the server side convex functions and I was exporting them from the root index file in my package.
Thank you!
9 replies