HemantOriginal post
Web Developer
can someone please help me with this? I am trying to signup the user server-side in SvelteKit and once the user is signed up I am trying to log them in, matter of fact they get logged in but I get this error so by default the try-catch block is falling in the catch block and also the user is logged in but I am needing to reload the page in order to log go to the dashboard, all the logics and all are correct but still I don't get this error properly, also looked out through the appwrite docs but nothing seems to be really helpful...
Summary
Developers trying to log in users programmatically after signup in SvelteKit are encountering errors despite successful login. The issue seems to require a page reload to access the dashboard. They have checked appwrite docs but found no solution.