getting me?
should i open different a post for it
because this issue seems more problematic than the initial one
i want to make sure the basics works first. if there are no sessions, and user A logs in with their identity A, are they logged in successfully as user A?
yes in normal case it works.
i can show a working example if u want
no that's fine
so then if a user deletes their app without logging out and then they log in with a different identity B, this will create identity B and link it to user A. this is becuase the browser still has the User A session
thats the expected behavior i believe but i just get error 409
and then user is redirected to login screen
because i am still unable to get user from account.get()
one thing i want to confirm .. according to this account.get() should atleast give User A right
yes
but thats not happening
not sure if its an issue from my side or a bug
can you share the various user and identity details?
sure can u mention the specific properties? i will print them on console
like is email & id fine
for user, email and id. for identity, userId provider, providerUid and providerEmail. can you DM me this info?
sure gimme few mins
done
@Steven I created an issue:-
I hope the steps are easy to understand π
This issue will occur on clearing app data as well... and users can easily do that.
i believe it can result in a major drawback for big apps π€
Recommended threads
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...