wess
CCConvex Community
•Created by Gamius on 12/19/2024 in #support-community
unique() query returned more than one result
is there a way to define it on the schema level?
17 replies
CCConvex Community
•Created by Gamius on 12/19/2024 in #support-community
unique() query returned more than one result
speaking of which, what is the way of enforcing a field to be unique?
17 replies
CCConvex Community
•Created by l8a on 12/17/2024 in #support-community
What to put for auth.config.ts domain?
are you using convex auth? or privy auth with convex db?
11 replies
CCConvex Community
•Created by wess on 12/16/2024 in #support-community
debouncing
yeah this is helpful thx
13 replies
CCConvex Community
•Created by wess on 12/16/2024 in #support-community
debouncing
thanks, will give it a try
13 replies
CCConvex Community
•Created by wess on 12/16/2024 in #support-community
debouncing
yes sure, using that exactly
13 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
okay for anyone who encounters this same error, make sure to import convex providers from '@convex-dev/auth/nextjs' package, i mistakenly was importing it from
react
package!19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
i dont what i changed specifically lol, but now it works! thanks @erquhart
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
but im not doing any server action and triggering
signIn
on the page with use client
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
providers are both set according to nextjs guide on the convex site
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
is there any github repo with working convex auth on nextjs?
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
just changed to
isAuthenticatedNextJs
and its still returning false
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
what am i doing wrong?
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
this should be the reason!
19 replies
CCConvex Community
•Created by wess on 12/14/2024 in #support-community
Auth not working properly in Nextjs
added this console.log
console.log('server identity', await ctx.auth.getUserIdentity())
and right after signin its loggin the identity, but as soon as i refresh the page it logs null again!19 replies