I hope you are doing great! I've searched far and wide and tried a lot of different to tweaks to solve this already, but hopefully you have an easy answer.
I've made a pages project with my account - called fc-static-site. It is deployed via GitHub connection, and no matter what I do the /functions directory doesn't seem to get detected. This means the functions aren't deployed.
Relevant attachments. 1. Folder structure of my project showing that /functions is in the root directory. 2. Build config for the project showing that the root directory should be default.
When I watch for the build / deploy process in the project dashboard, functions is never mentioned at all. Also the functions tab on the deployment seems to be in the default state with a link to docs for using functions. When I run npx wrangler pages deploy locally, functions is never mentioned in the output.
Thanks for the help let me know what else I can provide!