the alias goes into branch.xxxx.pages.dev and not into the actual branch.customdomain.com
the alias goes into branch.xxxx.pages.dev and not into the actual branch.customdomain.com
branch-name.customdomain.com will go to the branch on the Pages project.*.customdomain.comConnection timed out Error code 522 but it should work

Error: Failed to publish your Function. Got error: Uncaught Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and generating random values are not allowed within global scope. To fix this error, perform this operation within a handler.
tail_consumers = [{service = "<TAIL_WORKER_NAME>"}]. But sadly it says Configuration file for Pages projects does not support "tail_consumers". I assume that means Pages projects can't be tail producers? What's the recommended way to get logs pushed to my central log storage (Loki)? I'm using Pages with Hono because I'm serving static assets too and according to the docs serving static assets using regular Workers is deprecated. Thanks!pages.dev domain?pages.dev. Though the results you showed do look promising...diceofdeath.pages.dev, as an examplepages.dev but with custom domain its not
const defaultConfig = {...etc, id: crypto.randomUUID()} in my global scope. oops
branch-name.customdomain.com*.customdomain.comConnection timed out Error code 522 Error: Failed to publish your Function. Got error: Uncaught Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and generating random values are not allowed within global scope. To fix this error, perform this operation within a handler.tail_consumers = [{service = "<TAIL_WORKER_NAME>"}]Configuration file for Pages projects does not support "tail_consumers"C:\Users\mayan>ping pages.dev
Pinging pages.dev [2606:4700:9a63:4e94:1bca:0:8d61:1552] with 32 bytes of data:
Reply from 2606:4700:9a63:4e94:1bca:0:8d61:1552: time=33ms
Reply from 2606:4700:9a63:4e94:1bca:0:8d61:1552: time=35ms
Reply from 2606:4700:9a63:4e94:1bca:0:8d61:1552: time=33ms
Reply from 2606:4700:9a63:4e94:1bca:0:8d61:1552: time=33ms
Ping statistics for 2606:4700:9a63:4e94:1bca:0:8d61:1552:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 33ms, Maximum = 35ms, Average = 33ms
C:\Users\mayan>ping -4 pages.dev
Pinging pages.dev [104.18.20.135] with 32 bytes of data:
Reply from 104.18.20.135: bytes=32 time=34ms TTL=58
Reply from 104.18.20.135: bytes=32 time=34ms TTL=58
Reply from 104.18.20.135: bytes=32 time=34ms TTL=58
Reply from 104.18.20.135: bytes=32 time=34ms TTL=58
Ping statistics for 104.18.20.135:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 34ms, Maximum = 34ms, Average = 34msdiceofdeath.pages.devconst defaultConfig = {...etc, id: crypto.randomUUID()}