Long Path Parameters Causing 404 Errors in Routing
Has anyone else experienced issue with routing when it seems that path param length is too long and instead of being handled, the router returns generic 404 error?
I have a GET path
/:code/avatar
/:code/avatar
but when I try to access this route with a code that has over 100 characters, it automatically falls into a 404. Any clue?