chasers
February 13, 2020, 2:26pm
1
It had been a while since I’d setup a custom worker on a new domain from scratch. Testing something for a Logflare customer starting from scratch and this confused the ■■■■ out of me.
This should not be the placeholder value here:
The default placeholder value should match all requests. e.g. *70waggy.com/*
3 Likes
chasers
February 13, 2020, 4:40pm
2
Submitted a pull request on the docs as well:
opened 02:42PM - 13 Feb 20 UTC
closed 07:00PM - 01 Oct 20 UTC
Going through a brand new setup plus custom worker for a Logflare customer and t… his really confused me.
When adding a new route the placeholder is `*.70waggy.com/*`. This does not match all requests.

The placeholder value should match ALL requests (e.g. `*70waggy.com/*`).
And the the very first matching behavior example in the docs should be an example which matches all requests.