Salesforce Integration troubleshooting

Describe the problem/error/question

Hello,
I try to connect to my company Salesforce but I can’t set up my credentials correctly. It works for my colleagues tho.
Please, it’s not the first time I try to fix this but I’m still stuck

What is the error message (if any)?

Error message:
error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration

Please share your workflow/screenshots/recording

Image

#[details=“instance information”]

Debug info

core

  • n8nVersion: 1.100.1
  • platform: docker (self-hosted)
  • nodeJsVersion: 22.16.0
  • database: postgres
  • executionMode: scaling (single-main)
  • concurrency: -1
  • license: enterprise (production)

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/137.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-07-09T14:13:49.897Z}
[/details]

Seems you didn’t set the callback URL properly on the Salesforce side

Hi there, for your problem, I think it’s coming from your side in salesforce service.
Have you tried to re-check your redirect_url that you fill in Salesforce service?


I did configure it as it’s mentioned on the documentation (screen 1 is my app settings and screen 2 is the n8n doc)


Yes and I did configure it as it’s mentioned on the documentation (screen 1 is my app settings and screen 2 is the n8n doc)

Do you think it can be something else?

(post deleted by author)

(post deleted by author)

You can’t use localhost as a callback address. Moreover, generally, it should be set as https endpoint.

Configure webhook URLs with reverse proxy | n8n Docs

You will need some reverse proxy for that to work. Like nginx, Apache, ngrok, AWS ALB, or any other

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