source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix OAuth: use custom_domain instead of zone_name for getorbyt.com

Custom Domain is the recommended setup when the Worker is the origin.
This ensures proper hostname/SSL handling for OAuth client metadata
fetched by bsky.social, which was failing with 'Invalid hostname'.

+2 -2
+2 -2
wrangler.jsonc
··· 4 4 "main": "@astrojs/cloudflare/entrypoints/server", 5 5 "routes": [ 6 6 { 7 - "pattern": "getorbyt.com/*", 8 - "zone_name": "getorbyt.com" 7 + "pattern": "getorbyt.com", 8 + "custom_domain": true 9 9 } 10 10 ], 11 11 "compatibility_date": "2026-01-29",