-
Notifications
You must be signed in to change notification settings - Fork 509
fix(frontpage): Don't bruteforce protect "undefined" #12029
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
fix(frontpage): Don't bruteforce protect "undefined" #12029
Conversation
|
/backport to stable29 |
It's a misbehaving bug in the frontend but we are yet unsure how it occurres Signed-off-by: Joas Schilling <[email protected]>
b235337 to
2dfddf9
Compare
switching between rooms too fast ? |
|
Well the problem is it's not an API call, but actually requesting the frontend endpoint |
Could we track it somehow? Do we know the method (GET, POST, PUT, DELETE) where it happens? |
|
I only see 3 technical options:
|
Maybe switching between rooms too fast leads to |
|
With fast changing the only thing I can reproduce is ending up on "room not found" |
|
Today's user confirmed they only worked in mostly the same room (also what I see in the logs), but toggled between shared attachments and the chat frequently to leave comments about it |
|
Does the call always result in a โnot-foundโ page in talk? Do we know it comes from talk itself or could it be a notification with a wrong action or something? |
Well the conversation with the token
Persons didn't report any clicking on notifications. They opened attachments from the chat and closed them again. |
It's a misbehaving bug in the frontend but we are yet unsure how it occures
๐ ๏ธ API Checklist
๐ Checklist
docs/has been updated or is not required