I followed all the steps in this tutorial but couldn’t find the app in the More apps section of the toolbar. I tried running it on Chrome with all security features turned off. Any ideas?
Hi
- Is the app correctly loaded in your browser when you visit http://localhost:3000?
- The app will only appear on the team where you installed it - make sure that the board you’re testing from is in the same team where the app was installed
- Does localhost:3000 appear in the dev tools network tab when you open a miro board?
I have the same issue following the tutorial. So frustrating.
Did you ensure the app is running? i.e. `npm run start` is still running?
Did you ensure you installed the app on a dev team?
Did you ensure you opened the dev team in which you installed the app?
Is it possible you chose the REST API framework?
i.e. Miro Node Client Library with Express sREST API] after running the `npx create-miro-app@latest` command?
If so, this is a template that will generate only REST API code. It has no SDK code so it is intended behavior that the app will not show up in the sidebar.
If you do go to localhost:3000 in your browser, you should be able to go through the Miro OAuth flow and then after you have successfully finished the OAuth flow, you should see something like:
```These are the boards that you have access to:
…..
```
Please let me know if this helps.
Thanks
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.