Cloudflare Workers - Query params not working

hello cloudflare team!

it seems as though there's a bit of a bug with workers, when creating a working that has a query string parameter, if you add a route that is on a custom domain in your zone, it will give back a "Bad Gateway" Error everytime.
for instance, my worker works on:
login.devacc-xxx.workers.dev?auth=xxx

but not

api.list.com/login?auth=xxx
Was this page helpful?