Hui Zhao
Hui Zhao
Glad to hear that you were able to resolve this issue @dayanapanova and thanks for the follow up!
Hi @HemangiVekaria looking at the code: ```ts PushNotification.updateEndpoint(token); ``` By the token you meant the device token for registering Push Notification correct? With Amplify V6 you should not need a...
Hi @MarekBodingerBA Do you have any data from the logs that what browsers were these users using?
Thanks @MarekBodingerBA and yes I don't see anything that is abnormal. When you are saying you were not able to reproduce this issue, did you try to login using the...
Thanks for the report @mwernsen @ColtonGlasgow13 regarding the Webkit based browsers, we will investigate.
Hi @mwernsen @ColtonGlasgow13 When you were seeing the issue with a Webkit based browser, were you testing with a local development server? Also what protocol was the server on? `http`...
Thanks for the quick response @ColtonGlasgow13 ! When passing `{ ssr: true }` to `Amplify.configure()`, Amplify initiates a cookie store interface and stores the auth tokens in the browser cookie...
Hi @armenr @MarekBodingerBA could you get the info what browser did the end users use to trigger this issue?
Hi @sushpatg thanks for making this feature request. In your use cases, do you compute the MD5 digest yourself?
Hi @didemkkaslan, echo to what @OrmEmbaar it seems you had an end user signed in before and didn't sign out before signing in a different user. It's unrelated to the...