Skip to main content

Hey,

We have an integration with MIRO on our application using boardPicker 1.0. Recently after embedding the board from MIRO into the application we started to see the following screen:

Was board picker deprecated? How can we fix the issue?

Hey @DevIntegration,

Apologies for the trouble! If you’ve had the boardspicker component embedded on your site for a while, this is most likely the result of your instance using an old version of the format link (/app/access-link), which has since been deprecated. 

In the case that you downloaded the boards-picker js bundle a while back, you can simply update the source to boardsPicker.1.0.js:

<script type="text/javascript" src="https://miro.com/app/static/boardsPicker.1.0.js"></script>

Or you can reference our up-to-date bundle that we now host. More details on that here:
https://developers.miro.com/docs/miro-live-embed-with-boardspicker-registered#use-boardspicker-in-your-application 

Let me know if it solves your issue. 

Cheers,
Will


Hey @DevIntegration,

Apologies for the trouble! If you’ve had the boardspicker component embedded on your site for a while, this is most likely the result of your instance using an old version of the format link (/app/access-link), which has since been deprecated. 

In the case that you downloaded the boards-picker js bundle a while back, you can simply update the source to boardsPicker.1.0.js:

<script type="text/javascript" src="https://miro.com/app/static/boardsPicker.1.0.js"></script>

Or you can reference our up-to-date bundle that we now host. More details on that here:
https://developers.miro.com/docs/miro-live-embed-with-boardspicker-registered#use-boardspicker-in-your-application 

Let me know if it solves your issue. 

Cheers,
Will

Thanks for the help. We updated the board picker in our bundle and it started working, however we still see the same error for all already created boards. Is there a way to fix them?


Reply