Problems in creating credential in CloudConvert node

Hello everyone,
Im currently facing a problem of connecting my credential via API key and OAuth2 in CloudConvert node. Im following the instructions inside this GitHub - cloudconvert/n8n-nodes-cloudconvert and here is what i get:

  • OAuth2: im pasting the OAuth Redirect URL into the website but it say: Something went wrong. Please try again.
    -API Key: im pasting correctly the API Key generated into my credential set up but after trying to connect, it say : Couldn’t connect with these settings
    The resource you are requesting could not be found.
    NOTE: Im running n8n locally via Docker. my n8n version is 1.112.5
    Thank you for reading my problem !

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: 1.112.5
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Windows

You can t use “localhost” , you need a publicly URL (ngrok or alteernatives).
After you set the WEBHOOK_URL in youe envirnment, you can copy and pste the new url in the CloudConvert.

2 Likes

thank you so much

1 Like

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