Vercel deployment works but 'Could not find public function for'
I use Next.js and clerk.
Vercel deployment runs through successfully, and I can access my page for 1 sec www.time-is-money.xyz , but then I get
Application error: a client-side exception has occurred. And in convex deployment logs I get
Could not find public function for 'users:getCurrentUser'.My tables don't get created.
In development everything works fine.
Because I use clerk, bought a custom domain, which I've linked in Vercel successfully.
In convex project settings I get (for more than 2 hours):
This domain is not verified yet.I added the
api.time-is-money.xyzNot sure if this is correct. Because otherwise I think its conflicting with the dns of vercel, and without apiits also not working.Not sure where the error is or which key is wrong or is this an issue with authentication?








