Am I doing something obviously wrong with my next pages deployment ? I'm trying to get a function t

Am I doing something obviously wrong with my next pages deployment ?

I'm trying to get a function to run on
/mydir/asdf
and it doesn't seem to be working. It's making a fetch upstream and I don't see that fetch upstream, and I also don't see anything in the UI indicating I uploaded a function in my project

.
├── README.md
├── functions
│   └── mydir
│       └── [[index]].js
image.png
Was this page helpful?