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
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Active Running Project Deletion Alert Em...
Hi , I received an email alert from Appwrite today stating “your project will be deleted within 14 days if no action is taken,” though I have been actively usin...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...