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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Create a new Slack API credential
Add a bot access token
Test the connection
Notice that it fails even if the token is valid. The error code is "missing_scopes"
Expected behavior
I would expect the test connection behavior to pass. The token is valid and works in my workflows, but does not pass the test call
Environment (please complete the following information):
Docker Image
n8n: 0.149.0
Whatever is in the docker image
Postgres
queue
Additional context
This does not affect the functionality of workflows, but it fails the test when saving the credentials. This is confusing as the credentials still work, but it displays that they won't.
The text was updated successfully, but these errors were encountered:
@Joffcom, I think we. can omit the error: "missing_scopes" and only errors when "invalid_auth." That way, we only care about the token validity and not whether it has the right scopes for the call.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the test connection behavior to pass. The token is valid and works in my workflows, but does not pass the test call
Environment (please complete the following information):
Additional context
This does not affect the functionality of workflows, but it fails the test when saving the credentials. This is confusing as the credentials still work, but it displays that they won't.
The text was updated successfully, but these errors were encountered: