Credentials HTTP Request Miro Error: Invalid URL

Hello everyone,

I am new here and am currently working on the HTTP request to connect to MIRO.

I have looked at the Miro API and filled in the details.

When connecting, I get the error message: Error Invalid URL.


There is also a note in the app that it is not a public URI: All your redirect URIs should be publicly reachable, these aren’t: http://localhost:5678/rest/oauth2-credential/callback
It is clear that it is not public because I host n8n via docker. So I don’t think this is the cause of the error.

I would be very happy to get some help.

Best regards Uli

Information on your n8n setup

  • n8n version: 1.71.3
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Windows

Welcome to the community @Uli !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


Have you followed Miro documentation on creating Miro app to acquire access token, Quickstart? Not sure what the 2nd screenshot has to do with this process.

As for HTTP Request configuration, you would need to use Miro API URL which seems to be something like this, https://api.miro.com/v2/boards.

Any update on a Miro node in n8n?

Please stay on topic and don’t post in random places like this.

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