can you try this for one last time
can you replace myExtraRoutes variable data first element in routes folder with below
{
method: "GET",
path: "/posts/:id/comments",
handler: "api::post.post.comments",
config: {
auth: false,
},
},