You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If InvalidOperationException is thrown during the execution of a manialink controller action, the server controller is going to log a missleading No action found for route '...' error message.
To Reproduce
Steps to reproduce the behavior:
Create a manialink controller and a action to call
Throw a InvalidOperationException in the code
Trigger the manialink controller action
Expected behavior
The server controller checks for the existence of the action and does not soley rely on the InvalidOperationException class to determine whether an action was found.
The text was updated successfully, but these errors were encountered:
Describe the bug
If
InvalidOperationException
is thrown during the execution of a manialink controller action, the server controller is going to log a missleading No action found for route '...' error message.To Reproduce
Steps to reproduce the behavior:
InvalidOperationException
in the codeExpected behavior
The server controller checks for the existence of the action and does not soley rely on the
InvalidOperationException
class to determine whether an action was found.The text was updated successfully, but these errors were encountered: