Can’t connect deepseek chat model - get an error even though the API key is correct and same credentials works fine with HTTPRequest
What is the error message (if any)?
Authorization failed - please check your credentials
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.)
Gmail trigger -> Information Extractor -> DeepSeek chat model
Share the output returned by the last node
Authorization failed - please check your credentials
Information on your n8n setup
n8n version: 1.111.0
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main): own
Running n8n via (Docker, npm, n8n cloud, desktop app): npm
There are reports in Github of people that previously installed the deepseek community node, later upgraded and started using the new built-in deepseek node.
You could try:
removing the community node and restarting
removing and updating n8n
clean install
to eliminate any potential clashes there. Let me know if any of this you can do and if it helps.