Unlock this challenge:
How does the ButtonRemote handle the case where a button name is not recognized?
ButtonRemote
It falls back to the last pressed button's logic.
It throws a NotFoundExceptionInterface, which is caught by the controller to display a 404 error.
NotFoundExceptionInterface
It redirects the user to the homepage.
It logs the error and returns a default button.