Has anyone noticed any issues in the editor lately?
Over the last week (ish) I’ve been making some changes on multiple occasions to the layout and code within the editor [dev/code mode on] which, after returning to do more, have not been saved to the point that I left.
Autosave definitely reported saving a lot and I also clicked save manually myself a few times too. I hadn’t published any changes but had previewed several times.
The first time this happened it was only a newly added page and an installed node package that had disappeared but today I have lost a pages full code and some of the layout is missing. It’s like it stopped actually saving 5 minutes into a 2 hour dev session;
I haven’t closed my browser since exiting the editor nor manually logged out of my wix account; There is also no remarks within the “site history” section that show my edits;
The following, default code, is all that is showing on the pages code section where I had my code:
// API Reference: https://www.wix.com/velo/reference/api-overview/introduction
// “Hello, World!” Example: https://learn-code.wix.com/en/article/1-hello-world
$w.onReady(function () {
// Write your JavaScript here
// To select an element by ID use: $w("#elementID")
// Click "Preview" to run your code
});