Hey @Purple-Cat, thanks for following up.
I've pushed out a couple releases since that I had hoped would fix it, but I'm still having trouble replicating the issue on my side (even when manually editing your pages to test) so it's hard to determine whether any particular fix will solve it for sure.
Can I ask a couple other questions and/or get a little more diagnostic info from you? It'd help a ton in trying to figure out where the problem's coming from so I can suggest a fix.
-
I know you said it's happening in all browsers, so I don't think it's a conflict with any browser or extension in those browsers (unless you have the same extensions in every browser). Do you have any other devices that you can test from? It's possible some sort of antivirus or network setting on the computer might be blocking the background saves in some circumstances.
-
Would it be possible for you to open a browser console and see if any error show up when you try to link a page and the autosave fails? You can do this by pressing F12 (or Option + ⌘ + C in Safari on a Mac) or right-clicking on the page and selecting "Inspect", then clicking the "Console" tab at the top. Once that's open, can you then try to link a page and see if any errors show up there? It should also be noted that autosave specifically triggers when your cursor leaves any field, so clicking outside of the field after you're done typing is what should explicitly trigger it (and trigger any related errors also).
The console should look like this (or similar in e.g. Safari):
When there's an error, you'll see additional messages with either a yellow (warning) or red (error) background. If you see any, could you either copy and paste or screenshot them to share with me? If the link code is being inserted into the field, Javascript should still be running in your browser, but if that field is then not autosaving, something could be crashing Javascript and stopping it from running.
- Finally, could I also get a little extra info on whether you're using a VPN or proxy? It's very unlikely but a VPN might have some security feature that's preventing the autosave from completing as well. It might be grasping at straws, but it'd be nice to knock out all the possibilities so I can get this sorted out for good for you.
Thanks for any other help you can provide, I'll do some more research on what could possibly be going wrong and jump back on this to hopefully find a fix soon.