Nodejs URL Parameters Assistance Needed

You did the same mistake as this person:

$_PARAM.id doesn’t exist in the Server Action. You’re calling the server action “/edit”, where’s the param there? You didn’t call the server action like /edit/123

1 Like