bear
CCConvex Community
•Created by bear on 10/1/2024 in #support-community
How do I enable console.log?
console.logs, console.infos don't seem to show up in the log in the dashboard, nor when using
npx convex dev --tail-logs
, am I missing something 🙂 ?37 replies
CCConvex Community
•Created by bear on 9/30/2024 in #support-community
How do I authenticate a query?
I'm trying to use convex-auth in svelte, I'm retreiving the accessToken as follows, this gives me a token and a refreshToken
however when trying to retrieve the current user, through
const me = await client.query(api.users.currentUser, {});
for the API
it always returns null4 replies