Could not load list Your Slack credential is missing required Oauth Scopes

I’m having trouble with the OAuth authentication in the Slack node. I’ve followed all the instructions step by step and made sure that the OAuth credentials have all the required permissions. However, I keep getting an error and can’t move forward. Has anyone else run into this or have any idea what might be going wrong?

the error message is: Could not load list Your Slack credential is missing required Oauth Scopes

{
“nodes”: [
{
“parameters”: {
“trigger”: [
“app_mention”
],
“channelId”: {
“__rl”: true,
“mode”: “list”,
“value”: “”
},
“options”: {}
},
“type”: “n8n-nodes-base.slackTrigger”,
“typeVersion”: 1,
“position”: [
0,
0
],
“id”: “79445ff2-ce3c-4bef-ab74-33ed46038f68”,
“name”: “Slack Trigger”,
“webhookId”: “9ec1a972-8a28-457f-9ba5-b53d548fa5ec”,
“credentials”: {
“slackApi”: {
“id”: “sXMT3ndKlQDlupmi”,
“name”: “quesoporte”
}
}
}
],
“connections”: {
“Slack Trigger”: {
“main”: [

]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “43e39dfd02c0041351a1ce7320f27c32985cec5713e9103e551cfd2d623069ab”
}
}


- **n8n version:** [email protected]
- **Database (default: SQLite):**  ?
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**?
- **Running n8n via  n8n cloud
- **Operating system:** iOs

Hey @Sofia_Vasquez hope all is good

Out of curiosity, I just created slack channel, configured both token and OAuth, installed and tested the integration and didn’t get any errors. Followed the instructions too because this was literally the first time I integrated with slack… So you must have skipped or missed something…

Hi @jabbson I did. I can tell you every single step out of memory, because I did it so many times.

Bot User OAuth Token: Check
n8n Webhook: check
Oauth Scopes: I have almost every each of them, in both (bot and user)
Install the app again: Done
Re-start the credential in the trigger: Also Done.

of course I could have skipped or missed something, but I don’t know what is it… since I have done every thing I said above

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.