Skip to main content

I’ve been trying to create a custom app, but it seems like no matter what I try, it won’t show up in the Miro board(s).

I created an app with a development team. Tried hosting it locally and through online services that seem to work fine except for in Miro. I do get one message in the app editor UI: “Change the app URL to a publicly reachable one. All your redirect URIs should be publicly reachable, these aren't: “ And it has been the same regardless of which URL i put in. Local (even though it says locally hosted ones doesn’t have to be publically reachable), online - doesn’t matter.

I install the app to my team and try in the board but it won’t show. I’ve subscribed to icon click event, and I’ve disabled any browser integrations that might cause conflicts. I tried different browsers and the desktop app - no difference. I’m at a loss. 

Anyone got a clue what I can try? Any help will be greatly appreciated.

Hey ​@LucasW,

Thanks for reaching out and sorry to hear about the trouble accessing your app. There are a couple of things to check in this instance, some of which it sounds like you’ve already taken a look at. First, can you double check that if you’re trying to run the app locally, that it’s already running when you try to access the board from the team? (E.g., it’s live at localhost:3000 or similar). 

Second, if you check the loaded html code (in the browser), miro.js should be the first script loaded here. If it's not (e.g. some kind of bundler adds some scripts before it...), it could create this problem as well.

Lastly, if you go to the Apps & Integrations page for the team you’ve installed the app under, have you tried uninstalling it from here and then reinstalling it?

Let me know if any of these checks give you better luck. Thanks!


“”Fixed” it for me” I had the same issue i tried everything setting up with react js with react typescript removing everything setting it up again it would show under the team apps section but never when i searched for it on my board. Than after hours i installed the miro app instead of using the web and it instantly worked there. Which isn’t rly a fix but it works for me


Reply