Currently trying to set it up so that on button press a Rating Modal opens (seperate path), but I cant get it working with the docs.
My folder structure is in the image.
Basicly the /vermieter/[slug]route has a button linking to /vermieter/[slug]/rate and should open the modal and keep the route under alive. The following link does not work and throw a not found '<Link href={/vermieter/${data.id}/rate/}>' any help appreciated :)