n8n - 💡(How to fix) Fix Credentials Salesforce JWT not showing up in dropdown [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#29321Fetched 2026-04-28 06:49:21
View on GitHub
Comments
2
Participants
2
Timeline
8
Reactions
0
Timeline (top)
commented ×2labeled ×2mentioned ×2subscribed ×2

Error Message

  • error: all
RAW_BUFFERClick to expand / collapse

Bug Description

Hello, I created a JWT Salesforce credentials that works well. However, when I open another Salesforce action, the credentials dropdown is empty. When on the same bloc I create a new credentials, it's named Salesforce account 2 which confirm that the number one exist but does not appear on the dropdown

To Reproduce

Go to salesforce create a JWT token Save it Go to another salesforce action Dropdown of credentials will be empty

Expected behavior

Expected to see my credentials listed

Debug Info

Debug info

core

  • n8nVersion: 2.17.8
  • platform: docker (self-hosted)
  • nodeJsVersion: 24.14.1
  • nodeEnv: production
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)
  • consumerId: b0570dfa-8ec0-4916-b5f5-deaa6242a946

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/147.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2026-04-27T13:21:39.930Z

Operating System

Argo

n8n Version

2.17.8

Node.js Version

24.00

Database

SQLite (default)

Execution mode

main (default)

Hosting

self hosted

extent analysis

TL;DR

The issue might be related to the storage or caching of credentials in n8n, and checking the storage settings or clearing the cache could help resolve the empty credentials dropdown.

Guidance

  • Verify that the credentials are being saved correctly by checking the storage settings in n8n, specifically the storage section in the debug info.
  • Check if the manual setting in the storage section is set to true, which might be causing the issue.
  • Try clearing the cache or restarting the n8n instance to see if it resolves the issue.
  • Review the pruning settings to ensure that the credentials are not being deleted due to age or count limits.

Notes

The issue might be specific to the self-hosted setup or the version of n8n being used (2.17.8). The debug info provided shows a mix of PostgreSQL and SQLite databases, which could be a point of investigation.

Recommendation

Apply workaround: Try clearing the cache or restarting the n8n instance to see if it resolves the issue, as this is a non-invasive step that can help identify if the problem is related to caching or storage.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Expected to see my credentials listed

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

n8n - 💡(How to fix) Fix Credentials Salesforce JWT not showing up in dropdown [2 comments, 2 participants]