Wix fails to save when I edit page code, what gives?

I can edit buttons, images, custom elements, whatever, just fine. But if I even so much as put a console log in the corvid code page editor thing, saving fails. In my console I get:

saveRunner.js:344 
Save has failed - please see the failure details below: RequiredTaskSaveError: One or more required save tasks have failed at https://static.parastorage.com/services/document-management/1.1883.0/bolt-ds-adapter/dist/bolt-ds-adapter.min.js:1:237396

You might want to upload your code snippet

That’s the thing, it doesnt matter what I do, even just changing whitespace breaks saving. Right now when I open code it’s the default stuff:

// For full API documentation, including code examples, visit https://wix.to/94BuAAs

$w.onReady(function () {
 //TODO: write your page related code here...

});

Changing anything in there stops saving from working.

It looks like you have disconnected from your internet connection.
Try to duplicate the tab and redo, and go back and save here.
Sometimes this happens when you switch accounts

Thanks, I’ve tried that, I’ve also tried in an incognito window, in a different browser, clearing cache, etc.

The fact that you can’t save indicates that it is more of a Wix Editor issue itself than an actual issue with any code on your page and it will need Wix themselves to look into it on their end.

Therefore, as it is not code related I would suggest that you would be better suited going through Wix Support for more help with this issue.
https://support.wix.com/en/article/contacting-wix-customer-care-for-support
https://support.wix.com/en/article/wix-technical-assistant

That was my thinking too, but being new to Wix, I wanted to check in the forums before heading over to support. Thanks!