Rest GET Snap - Issue with passing special character through Next URL
I have a rest API that doesn't return links for paging. In order to get the paging to work, I have to increment the page number until the API returns empty. By itself, the paging works great.The issue comes in when I add in the query parameter. I ...