Pages Function seemingly not deployed to base environment
Hi all,
I have a environment that's xxx.pages.dev that seems to get updated every time I run a deploy from the CLI. However, I just bought a simple function and when I run deploy with that included, it successfully deploys to the "new" environment that wrangler produces (https://a2189f60.xxx.pages.dev) but not to my base environment (xxx.pages.dev). All other changes seem to go through this flow but not the function, for some reason. When I try to navigate to my function through xxx.pages.dev/myFunction it seems to just show me the page at the root (xxx.pages.dev). Any ideas?