pages domain not showing

I have a pages domain setup and working, its not showing in the overview just a couple of workers what am I missing?
1 Reply
bhowe
bhoweOP3mo ago
not sure if its related I try to bring this same repo up on another worker and I get this error If are uploading a directory of assets, you can either: 19:10:23.591 - Specify the path to the directory of assets via the command line: (ex: npx wrangler deploy --assets=./dist) 19:10:23.591 - Or create a "wrangler.jsonc" file containing: 19:10:23.591
19:10:23.592
19:10:23.592 {
19:10:23.593 "name": "worker-name",
19:10:23.593 "compatibility_date": "2025-06-14",
19:10:23.593 "assets": {
19:10:23.593 "directory": "./dist"
19:10:23.594 }
19:10:23.594 }
19:10:23.594
19:10:23.592 {
19:10:23.593 "name": "worker-name",
19:10:23.593 "compatibility_date": "2025-06-14",
19:10:23.593 "assets": {
19:10:23.593 "directory": "./dist"
19:10:23.594 }
19:10:23.594 }
19:10:23.594
Did not get it when i set this up https://wordpressecuritydoc.pages.dev/ same repo I literally checked every account I have access to and its not in any of them crazy I have no idea what account its in but for anyone looking later im just going to rename the repo. delete the old one and redo it. Its under my subdomain so I guess no harm no foul.

Did you find this page helpful?