ymcatwincities / openy_gated_content

Virtual YMCA
https://openy.org
GNU General Public License v3.0
5 stars 28 forks source link

Virtual Y Favorites issue if there are more than 110 favorited items #176

Open dmytrolavrinenko opened 2 years ago

dmytrolavrinenko commented 2 years ago

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:

  1. Login with Virtual Y account
  2. Proceed to the Videos section and add 110 items to Favorites by clicking the heart icon
  3. 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.

image