Exceeded the limit of 1,000 worker routes
Anyone know why I would suddenly get this error when there are over 1,300 routes already on the worker?
*/* https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/worker-as-origin/
*/* -> uses something like hostname/etc to dynamically call specific user worker*/**/* will grab everything and you need to exclude your own domain *domain.com/* if you have any other unused subdomains. I always just tell people to get a seperate domain for CF For SaaS to avoid any issues, since firewall rules/etc apply too, easy to accidentally effect custom hostnames if they use the same domain as your main websiteService: noneapi.*/**/**/**/**/**domain.com/*Service: noneapi.*/*