Hi Im doing a new project after de sign up, user is supposed to fill a form that will create a document in the database, document is created but it has no user data in the permisions, this doesnt happen if I log in after creating the account, am I missing something when creating the user to get the session?
sounds like you're missing the log in step
Should I ask the user to login after the account creation?
you don't need to ask. you can make the API call. You have the password
Got it haha thanks!
Is it working for you now?
It is thanks
[SOLVED] no session after sign up
Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...