I would like to alter the node edit form location so instead of having node/{node}/edit to {person}/node/{node}/edit, I have used a routeSubscriber to alter the path and if i go to /nick that page works fine ,but nick/node/1/edit gives me a 404, /node/1/edit gives me a 404 so i assume that the route has been altered but i cant seem to get this route to work.
Any help apreciated
TLDR: is there a way to add an existing route to an existing route that contains parameters