Since this morning, my embedded Miro boards stopped working - they proprely display “See the board” button, but after clicking some of them get stuck on endless loading state and others display the board but scrolling and moving the main are has no effect on it. Plus, the console is full of errors.
I have tried that on a couple of different browsers and devices, and even embedding in two different apps. For example, this piece of test code gets stuck:
<iframe
width="768"
height="432"
src="https://miro.com/app/live-embed/uXjVOrSPVpU=/?moveToViewport=-1073,-553,2144,1104"
frameBorder="0"
scrolling="no"
allowFullScreen
>
</iframe>
The error that shows up:
Is there anything that has to be updated?