Can not save API replicate?

’m experiencing an issue where my Replicate API key is not being saved properly. Every time I enter the key, click “Save,” and close the window, the API key disappears. This prevents me from using Replicate’s services in my workflow.

Could you please:

  1. Explain why this might be happening?
  2. Provide steps to resolve the issue so the API key remains saved?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

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:

Can you show where you are trying to do this?

Is this in a header field of an http node? Are you trying to set a generic credential type?

I’m experiencing an issue where all API keys in my nodes disappear after saving. When I enter the keys and click “Save,” they’re lost immediately upon closing the window. This prevents my workflow from functioning.

Can you answer any of my questions please. There are many ways to use api keys on n8n.

I’m reporting a critical problem where all access tokens and API keys in my workflow have disappeared today. Additionally, I’m unable to save new credentials - they vanish immediately after attempting to save them.

1 Like

Interesting. It seems that the connection is implying an expression mode by default. Try wrap it like {{ “token here” }} perhaps?