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
Not able to create an RPC service, I'm getting the below error
Error creating service (Code: 422): Failed Validation
REST service is working fine. The problem is only with the RPC service which is I do not understand. Can someone please help me? Thanks in advance. :-)
I have attached the screenshot of composer.json for reference.
The text was updated successfully, but these errors were encountered:
Same here. Got the following messages at ContentValidationListener.php:267:
'controller_class' => 'The Controller Class must be a valid, fully qualified, PHP class name' 'accept_whitelist' => 'The Accept Whitelist must be an array of valid media type expressions' 'content_type_whitelist' => 'The Content-Type Whitelist must be an array of valid media type expressions' 'http_methods' => 'The HTTP Methods must be an array of valid HTTP method names'
Issue Report
Not able to create an RPC service, I'm getting the below error
Error creating service (Code: 422): Failed Validation
REST service is working fine. The problem is only with the RPC service which is I do not understand. Can someone please help me? Thanks in advance. :-)
I have attached the screenshot of composer.json for reference.
The text was updated successfully, but these errors were encountered: