Magnus Müller
Magnus Müller
CCConvex Community
Created by Magnus Müller on 10/7/2024 in #support-community
Vercel deployment works but 'Could not find public function for'
No description
14 replies
CCConvex Community
Created by Magnus Müller on 10/7/2024 in #support-community
clerk not supporting https://<site-name>.vercel.app
I started with templated which uses clerk. Now I want to test live. If clerk is not supporting .vercel.app, I need a custome domain, and that means i need to pay upgrade convex plan? Would be nice to test apps quickly also with clerk, without upgrade.
3 replies
CCConvex Community
Created by Magnus Müller on 9/14/2024 in #support-community
convex-auth template error getAuthUserId
When I install the Convex Auth template https://www.convex.dev/templates/convex-auth with npm create convex -- -t get-convex/convex-auth-example, follow the setup and then do npx convex dev I get the error:
convex/messages.ts:1:10 - error TS2305: Module '"@convex-dev/auth/server"' has no exported member 'getAuthUserId'.

1 import { getAuthUserId } from "@convex-dev/auth/server";
~~~~~~~~~~~~~
convex/users.ts:2:10 - error TS2305: Module '"@convex-dev/auth/server"' has no exported member 'getAuthUserId'.

2 import { getAuthUserId } from "@convex-dev/auth/server";
convex/messages.ts:1:10 - error TS2305: Module '"@convex-dev/auth/server"' has no exported member 'getAuthUserId'.

1 import { getAuthUserId } from "@convex-dev/auth/server";
~~~~~~~~~~~~~
convex/users.ts:2:10 - error TS2305: Module '"@convex-dev/auth/server"' has no exported member 'getAuthUserId'.

2 import { getAuthUserId } from "@convex-dev/auth/server";
4 replies