I’m trying to use a Slack node for searching messages in a specific channel. Yet, when I add the option for channel selection, I get an error:
*Issues: There was a problem loading the parameter options from server: “[object Object]”
*
I tried using a personal OAuth2 account (tested and successfully connected) as well as an “Access Token” one (an app with all of the required permissions), which was also tested for connectivity and works well.
The only node before it is a manual trigger node.
I found a similar message reported for a Supabase node about 2 weeks ago, but no resolution there as well. Any ideas what is missing?
Thank you for the reply. The app has all of the “read” permissions needed.
Also, if I use a “Channel” resource using the same credentials, the list dropdown is successfully loaded (this is currently my workaround):
Solved! Thanks to @krisn0x brainstorming on this, I added the “metadata.message:read” permissions scope to the Slack app, and now I can see the channels list.
Thank you, hope it’ll be helpful for someone in the future.