-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: console shows PATCH request with 409 Conflict result after cache clear (160001) #1093
Comments
@lmeurs Thanks for reporting! Looking to get a few more details to reproduce this issue:
To answer your question on this, it is expected to get a new id each time the browser's cache and cookie / data is cleared. Since there is nothing in the browser left to know it is the same user. |
Hi @jkasten2, this indeed seems to happen consistently. The user is logged in successfully using You say:
But we log the user in with an external ID, so the browser should be able to know the correct OneSignal user ID, but appears to lookup the user with a completely different OneSignal user ID which does not represent any user in our account. Heck, we currently only have 1 user in our test account with a different user ID. :-) |
Hi @jkasten2, is there anything else we can do to help you investigate this issue? |
What happened?
The first time a page with our OneSignal implementation is loaded after clearing browser cache + cookies, the console shows a 409 Conflict error:
The URL shows the following message:
Our test OneSignal account only contains 4 subscriptions, none of them indeed has OneSignal ID
e99029ac-39b1-459c-9409-0b5c48cb78ab
. Sidenotes:What browsers are you seeing the problem on?
Chrome (Chromium)
What operating system are you running?
W11
Steps to reproduce?
What did you expect to happen?
No error
Relevant log output
No response
The text was updated successfully, but these errors were encountered: