Hello - I’ve got a /functions folder set up with some sample routes, but I’m finding that when I have an [id].js or [[path]].js file / route-handler that the index.js route is never accessible.
I’ve set up a public repo with a similar setup and a readme.md with the issue: [links not allowed but at gitlab] ah017/Cloudflare-functions-test
According to the CF documentation, in my sample repo the more specific route of /api/music should appear before /api/music/[id] and /api/music/[[path]].
The [id] and [[path]] are working as expected and it’s just the index route that’s not triggering. Does anyone know where I’m going wrong please?