You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
YNorth has received several reports of the issues with the Favorites section that appears broken if there are more than 110 favorited items.
Steps to reproduce:
Login with Virtual Y account
Proceed to the Videos section and add 110 items to Favorites by clicking the heart icon
Proceed to the Favorites section and verify that all the items are displayed
Current result: the Favorites section appears broken due to Request-URI Too Long 414 error.
(GET request to get the favorited items: here).
Video of the issue: https://www.youtube.com/watch?v=PatVLRPxHEU
As a temporary solution LimitRequestLine parameter in Apache can be increased to 24000.
Expected results: Favorites section should be able to load any number of favorited items.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
YNorth has received several reports of the issues with the Favorites section that appears broken if there are more than 110 favorited items.
Steps to reproduce:
Current result: the Favorites section appears broken due to Request-URI Too Long 414 error.
(GET request to get the favorited items: here).
Video of the issue: https://www.youtube.com/watch?v=PatVLRPxHEU
As a temporary solution LimitRequestLine parameter in Apache can be increased to 24000.
Expected results: Favorites section should be able to load any number of favorited items.
The text was updated successfully, but these errors were encountered: