Gustav
Gustav•6mo ago

Convex Auth: InvalidSecret

Hi guys, Im using convex auth in a vite app. Has been working like a charm for a week+ or so, but today I got this error(see picture) and can't authenticate. Any ideas? thanks
No description
3 Replies
Michal Srb
Michal Srb•6mo ago
It means that you providing the wrong password when signing in.
Gustav
GustavOP•6mo ago
Of course! My bad(😅 ) and thank you @Michal Srb, I can now log in but not sure what signed me out in first place, does the auth session expire?
Michal Srb
Michal Srb•6mo ago
The default is 30 days for the session inactive and total expiration. If you cleared your localStorage that would do it.

Did you find this page helpful?