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
I've accidentally called endpoint with page parameter as js object which was casted to [object Object] and surprisingly i've got 500 instead of 400? or just ignoring the page.
Pagination doesn't check if the received page value is numeric before dealing with calculations.