I am trying to make a custom tutorial in MakeCode Arcade.
I have followed this video: https://www.youtube.com/watch?v=XsM8hp7eysA&t=226s
And I have followed this documentation: https://makecode.com/writing-docs/user-tutorials
When I do the steps for the Micro:Bit editor it work perfectly: see here
The problem is when I follow the exact same steps in MakeCode Arcade, it does not work.
When you load the tutorial you get an error message, “Please check your internet connection and check the tutorial is valid”
See here: https://arcade.makecode.com/#tutorial:github:ics3ur-1-2020/custom-tutorial-arcade/custom_tutorial
In the editor when you are previewing it, it works fine.
But when you click the “test” lab button, you get the same error.
Even stranger, if I load the tutorial using the GitHub URL, so it picks up the README.md then the IDE does load correctly and it follows through with a tutorial from the README.md file!
Not sure what I am doing wrong.
Is anyone else having this issue?
Thanks, Patrick