amq.topic access is refused with the reason of "failed_connect" #11828
-
we are getting below errors in between for a specific user, what can be the reson and what is the solution: channel is already closed due to channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - write access to exchange 'amq.topic' in vhost '' refused for user '', backend rabbit_auth_backend_cache returned an error: {failed_connect, ..., class-id=60, method-id=40) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@ssm6498 if you are urgently looking for help, consider providing detailed logs and not just a few lines
You are using |
Beta Was this translation helpful? Give feedback.
-
A quick search for OAuth 2 was not meant to be used in combination with the caching backend since it generally won't issue a new request once it has a token that's not near its expiration time. Per our community support policy we will not troubleshoot OAuth 2 for non-paying users. However, the is a dedicated OAuth 2 troubleshooting guide, a dedicated section on token expiration and multiple detailed examples for five or so identity providers |
Beta Was this translation helpful? Give feedback.
A quick search for
failed_connect
suggests the underlying backend is OAuth 2.OAuth 2 was not meant to be used in combination with the caching backend since it generally won't issue a new request once it has a token that's not near its expiration time.
Per our community support policy we will not troubleshoot OAuth 2 for non-paying users. However, the is a dedicated OAuth 2 troubleshooting guide, a dedicated section on token expiration and multiple detailed examples for five or so identity providers