PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.17k stars 390 forks source link

Fix slash in offset causing next page not loading properly #188

Closed icemanyu closed 5 years ago

icemanyu commented 5 years ago

We got offset as "EKwsAROP9kPxqPpvz7kWC+sA8H///5sA" in our dev environment apis list (first page's next URL), which seems cause dashboard always loading first page while reach the end of webpage. I've added URLencode for this parameter to help loading next page properly.