Describe the problem/error/question
OAuth Redirect URL Can’t be added to Dropbox’s API
While I deploy n8n with Docker on my Mac Mini, I want to integrate with my dropbox, I got the Redirection URI as “http://0.0.0.0:5678/rest/oauth2-credential/callback”, it can’t be added to Dropbox ,replied with “Non-local OAuth 2 redirect URIs may not start with “http:” or “javascript:””.
After that I tried to add http://localhost:5678/rest/oauth2-credential/callback
,it can be added to Dropbox API.
But when I try to connect to dropbox in N8N, it replied with this:
What is the error message (if any)?
Non-local OAuth 2 redirect URIs may not start with “http:” or “javascript:”
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:
instance information
Debug info
core
- n8nVersion: 1.75.2
- platform: docker (self-hosted)
- nodeJsVersion: 20.18.1
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: enterprise (production)
- consumerId: 900b9815-1618-4a3c-86d0-995f9bd691fa
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: memory
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/132.0.0.0 safari/537.36
- isTouchDevice: false
security
- secureCookie: false
Generated at: 2025-02-02T02:11:12.543Z