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
: die("Please check your API configuration. The allowed accept headers you have defined do not seem to be valid: " . implode( ', ', ALLOWED_ACCEPT_HEADERS ) . ". Valid accept headers are: " . implode(', ', AcceptHeader::$values ));
: die("Please check your API configuration. The allowed request methods you have defined do not seem to be valid: " . implode( ', ', ALLOWED_REQUEST_METHODS ) . ". Valid request methods are: " . implode(', ', RequestMethod::$values ));
: die("Please check your API configuration. The allowed request content types you have defined do not seem to be valid: " . implode( ', ', ALLOWED_REQUEST_CONTENT_TYPES ) . ". Valid request content types are: " . implode(', ', RequestContentType::$values ));
0 commit comments