⚠️ This issue respects the following points: ⚠️
Bug description
Typical usage creates 429 errors in Talk app, e.g. after sending 20 chat messages with attachments, no further such messages can be sent.
The bug in the app is merely the misleading "You are not allowed to share files" message displayed. The root of the problem appears to be in core - the default rate limits being too low, by about a factor of 10.
See #50905 (backports: v30 #52205 v31 #52206)
Steps to reproduce
- Enter Room in Nextcloud Talk
- Send a message with 20 image attachments
- Send another attachment within 10 minutes
- Observe (unclear) error
Expected behavior
Sending another message should work. Typical human interaction via the web interface should not be hampered by mitigations against misuse or broken apps.
Nextcloud Server version
- actually reproduced on: 31.0.13
- earliest v31 that has blamed patch: v31.0.4
- earliest v30 that has blamed patch: v30.0.10
What user-backends are you using?
Additional info
Note that in the example of the Talk app occurs after the expensive PUT has been processed.
Its only later when cheaply POSTing the image to the Chatroom that the rate limit kicks in.
Bug description
Typical usage creates 429 errors in Talk app, e.g. after sending 20 chat messages with attachments, no further such messages can be sent.
The bug in the app is merely the misleading "You are not allowed to share files" message displayed. The root of the problem appears to be in core - the default rate limits being too low, by about a factor of 10.
See #50905 (backports: v30 #52205 v31 #52206)
Steps to reproduce
Expected behavior
Sending another message should work. Typical human interaction via the web interface should not be hampered by mitigations against misuse or broken apps.
Nextcloud Server version
What user-backends are you using?
Additional info
Note that in the example of the Talk app occurs after the expensive PUT has been processed.
Its only later when cheaply POSTing the image to the Chatroom that the rate limit kicks in.