i discovered a bug on JSON that is being generated by dynasty.
Calling https://dynasty-scans.com/tags/yuri.json returns current_page: 1 as it's supposed to, but when i try to get the next page with query &page=2 i still get the first page's payload with current_page: 1.
After few minutes i tried to call again but this time i got current_page: 2 but page=1 or page=200 returns the page=2's payload. Looks like a caching issue?
Can anyone let the admin or developer know this issue?