Missing parameter name or id for route

Hello everyone,

I’m facing an issue with component and page communication, which results in a problem every time a new page is executed.

The component where I’m executing it:

I’m trying to keep it as simple as possible, transferring only a string to the URL’s body.

The page that receives it:

Also, I’ve kept it as simple as possible, without using components.

Finally, the Routes line:

I’m having trouble identifying what’s happening, and it would be great if you could provide your assistance. I don’t know how else to achieve the goal.

Thanks

remove the ‘/now’ in your routes file

Route path=“/services/{name:String}” page={ServicesPage} name=“services”