Hi,
I have been able to set data into appwrite , i also can sign in but for some reason when i use the getloggedinuser function to retrieve some of the data and display it it always comes back as null and I am a bit confused as to why and what to do.
if anyone asseen this before please let me know
can you share the code?
yeah sure there it is
may i know what are you doing inside createSessionClient()
?
i am not sure about that i have been trying to follow the docs on their website but im kind of new with this
can u share it?
yep 😀
i think the session is not beign set properly or the client is not getting initialized properly..
can u also share what error is beign logged in the console?
looks like you are actually right the session isnt being done properly
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- 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...