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
Error: Authorization Exception
at respond (/home/node/app/node_modules/elasticsearch/src/lib/transport.js:308:15)
at checkRespForFailure (/home/node/app/node_modules/elasticsearch/src/lib/transport.js:267:7)
at done (/home/node/app/node_modules/http-aws-es/connector.js:48:7)
at IncomingMessage.cleanUp (/home/node/app/node_modules/http-aws-es/src/node.js:20:7
{
status: 403,
displayName: 'AuthorizationException',
message: 'Authorization Exception',
path: '/_search/scroll',
query: { scroll: '30s' },
body: { message: 'The security token included in the request is invalid' },
}
Unhandled promise rejection (rejection id: 1): UnrecognizedClientException: The security token included in the request is invalid.
Hi, I try to catch this Exception, but I can't do that.
What should I do in that case, I call the ping method from ES, after that I will return the health for that.
but it always is throwing me the exception but i can't to catch that.
The text was updated successfully, but these errors were encountered: