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
Currently if an illegal request method is used for communication with the API, no response is returned and a PHP Fatal Error is triggered (Uncaught Symfony\Component\Routing\Exception\MethodNotAllowedException in /base-distribution/var/cache/prod/phplist4coreProdProjectContainerUrlMatcher.php:58).
Add exception handling and error reporting for such cases.
The text was updated successfully, but these errors were encountered:
Currently if an illegal request method is used for communication with the API, no response is returned and a PHP Fatal Error is triggered (Uncaught Symfony\Component\Routing\Exception\MethodNotAllowedException in /base-distribution/var/cache/prod/phplist4coreProdProjectContainerUrlMatcher.php:58).
Add exception handling and error reporting for such cases.
The text was updated successfully, but these errors were encountered: