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
- Help
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...