My nine year old daughter had made several projects and had accessed them on many occasions.
Today they are not displayed on the home page.
I’m not sure what account information the makecode site uses but I have tried logining on via different MS accounts but to no avail. I tried my account and my wifes account and also my github login, but no luck!
Any clues as to how I can determine what account she was using for makecode.
Hello, this is Blobiy
I have experienced the same thing in the past, I am 13 and made a “Pokémon” game. I was finally done when the next morning, I cried over my lost 20+ hours of work. Now what I do is have a google slide and whenever you want to save it, share it and copy the link, just in case.
MakeCode does not currently have any support for accounts; all projects are stored locally in the browser. The projects will be cleared if you clear the browser data for arcade.makecode.com. Also, if you use the editor in an incognito or inPrivate window the projects will not be saved.
Are you using the same computer and browser you were using before?
Github support does not apply to the microbit interface; and is one of the biggest frustrations. All is stored inside the browsers cache, so using a different browser allows you test something else but have no access to the same projects. One mistake with cleaning the browser, or a failing update, and all is nuked.
Wish there was a good export all, or export as zip, or whatever. At the moment I keep a collection of hex-files and gists for projects; using the main.ts, pxt.json and custom.ts if created.
Github does not feel frictionfree at the moment… as it is a feature you have to enable, and relies on a set of user credentials that need to be created seperately.
I understand the concerns. Do know that Gitlab supports OAuth2: https://docs.gitlab.com/ee/api/oauth2.html While Github use is ‘prevalent’ it is a miss as a lot of educational institutes use their own Gitlab (or gitee) instances as they can not rely on Github to be always accessible (Asia). Same goes for our institute. For work I can rely on VPN, but for students this is not something that is easy to come by. Anyway, I’ll work on my own fork for now. /cc: @KittenBot