Barrel Of Lube
Barrel Of Lube
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
ig wait for a dev to respond, convex auth has always been a bit iffy w/password flow, i recommend either using clerk or better auth, convex team is working on an official better auth integration current one is either maintained by better auth / community idk
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
hmm
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
set provider to "password"
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
bro u need to send the provider
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
ye am also on self hosted docker
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
lemme check on my codebase, i need to see the types
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
thats weird
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
you need to specify the provider with the actions react has helper functions
const { signIn } = useAuthActions();
...
<Button
key={provider}
onClick={() => {
console.log("Signing in with", provider);
signIn(provider); // provider is a string
toast.success(`Signing in with ${provider}`);
}}
>
const { signIn } = useAuthActions();
...
<Button
key={provider}
onClick={() => {
console.log("Signing in with", provider);
signIn(provider); // provider is a string
toast.success(`Signing in with ${provider}`);
}}
>
19 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
what does ur signin action function look like?
19 replies
CCConvex Community
Created by Barrel Of Lube on 5/22/2025 in #support-community
call more than 1 mutation/query in an action when using "use node"
its being called by langchain but nvm i just isolated the function
7 replies
CCConvex Community
Created by Barrel Of Lube on 5/22/2025 in #support-community
call more than 1 mutation/query in an action when using "use node"
5/22/2025, 1:47:21 PM [CONVEX A(langchain/agent:chat)] Uncaught Error: Cannot invoke syscall during module imports
at handler (../../convex/langchain/agent.ts:29:14)
5/22/2025, 1:47:21 PM [CONVEX A(langchain/agent:chat)] Uncaught Error: Cannot invoke syscall during module imports
at handler (../../convex/langchain/agent.ts:29:14)
7 replies