Hi @dan42! What route did you want to set “On” for? If you get the same error it would be awesome if you could share a screenshot of the error from the developer console.
Also I’ve confirmed that cookies work as expected when a worker is active in production.
BUT cookies do not work within the script editor. Maybe that’s as expected but it definitely makes testing harder. And it comes as somewhat of a surprise since it’s not mentioned anywhere in the docs.
Is it possible to remove __cfduid cookie when returning resources from Worker.
I am using Cloudflare worker to Server Push javascript files, but its adding __cfduid cookie to the response, as a result browser ignores the pushed resources and issues duplicate requests to download files again.