DefineDoddy
DefineDoddy2w ago

Convex and Electron

I have an electron app and have been trying to integrate convex and convex auth (all self hosted on railway) into it. When trying to sign the user into an existing account using the password provider, however, I get this error: Error: [CONVEX A(auth:signIn)] Connection lost while action was in flight Called by client. Any help would be appreciated - let me know if you need more context. Thanks!
1 Reply
DefineDoddy
DefineDoddyOP2w ago
I also seem to get this error: Failed to authenticate: "Auth provider discovery of https://[REDACTED]/http failed", check your server auth config. Here is my auth config:
export default {
providers: [
{
domain: process.env.CONVEX_SITE_URL,
applicationID: "convex"
}
]
};
export default {
providers: [
{
domain: process.env.CONVEX_SITE_URL,
applicationID: "convex"
}
]
};

Did you find this page helpful?