@GilbertoOledo14 I have not seen this error before. Have you tried testing the connection with an instance of the connector running locally? There is a SaaS Connectivity Postman collection that can help with this. Your payload would be something like the following:
{
“type”: “std:test-connection”,
“input”: {},
“config”: {
“bearerToken”: “<the_bearer_token>”,
“baseUrl”: “https://<tenant_name>.seczetta.com/api”
}
}