Redis no access to creds

I have a very simple setup, Im just trying to create a simple row into redis. When setting up the creds, I am seeing a successful integration. However, when trying to insert a row I am seeing the error node has no access to credentials.

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

There’s another thread here that appears to be a similar issue. Don’t think that one got resolved though.

Did you possibly create the credential logged in as a particular user, select the credential in a redis node, and then copy/paste or export/import the node into a workflow created under a different user? Sounds like an unintentional cross-user use of a credential item, but I’m just speculating on how that could happen.

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