Describe the issue.
Similarly to the issue that @nadahlberg found with the webhooks UI in #7340 (comment)
There is a similar issue with the Tags UI, which also uses the API internally to function. The new throttle rates can affect this frontend page quite easily after browsing a few tags.
We should remove or increase the throttle for the Tags API endpoint used by the UI.
The solution might be a bit more complex than for the webhooks endpoint since this endpoint is publicly available apart from its internal usage. Maybe we can do something like bypassing the throttle when the endpoint is called using Session Auth, while keeping the throttles in place when called using Token Auth.
Related Issue
No response
Screenshots
No response
What type of issue is this?
To Do
Describe the issue.
Similarly to the issue that @nadahlberg found with the webhooks UI in #7340 (comment)
There is a similar issue with the Tags UI, which also uses the API internally to function. The new throttle rates can affect this frontend page quite easily after browsing a few tags.
We should remove or increase the throttle for the Tags API endpoint used by the UI.
The solution might be a bit more complex than for the webhooks endpoint since this endpoint is publicly available apart from its internal usage. Maybe we can do something like bypassing the throttle when the endpoint is called using Session Auth, while keeping the throttles in place when called using Token Auth.
Related Issue
No response
Screenshots
No response
What type of issue is this?
To Do