I'm having trouble with nested routes in page functions... my understanding is that a file at `funct
I'm having trouble with nested routes in page functions... my understanding is that a file at
functions/users/friends/index.ts
will serve a request to /users/daniel/friends
, in theory displaying a list of all the friends of daniel, but Im just getting the root app page instead of function output. Do I need to just use a [[catchall]].ts file at functions/users/[[catchall]].ts
and handle all of the logic there, or am I doing something wrong?0 Replies