Closed mvl22 closed 4 years ago
On /threads/832, the upvoting buttons don't load.
/threads/832
This is because a 414 (Request-URI Too Long) error is being generated:
GET /threads/832/vote_detail?ids%5B%5D=8532.... [snipped]
GET /threads/832/vote_detail?ids%5B%5D=8532....
This looks like a non-scalable solution at present.
On
/threads/832
, the upvoting buttons don't load.This is because a 414 (Request-URI Too Long) error is being generated:
GET /threads/832/vote_detail?ids%5B%5D=8532....
[snipped]This looks like a non-scalable solution at present.