Wrong URL in admin pagination when using CloudFlare Workers for Subdirectory

With a modified version of the CF Workers, the issue with pagination has been resolved. The idea I found in the comments of the cloudflare post which points to this workers script addEventListener(‘fetch’, event => { event.respondWith(handleRequest(event.request)) }) // keep track of all our blog endpoints here const config = { hostname: “blog.domain.com”, mainhostname: “www.domain.com”, … Read more