I have been running this on one wiki where it works great, and just installed it on another one where I can't save Drawios. Both run php 8.1.27 , FlexDiagrams 0.5.2 (2d8d4a3) 02:28, 2024 April 22, MW1.41.1. If I click the save button on the editor, initially nothing happens. When I click it again, the spinny disk comes up but it stays there (it's a small one, when the save works right on the initial wiki it's a bigger spinny disk). If I click "save page" at the bottom it ask me if I really want to leave, it clearly doesn't finish the editor safe. If I say yes it saves a page that then doesn't let me back into the editor, I have to delete the page and start over. I enabled debugging and found the following errors:
Failed to register/update a ServiceWorker for scope ‘https://embed.diagrams.net/’: Storage access is restricted in this context due to user settings or private browsing mode.
and
Uncaught (in promise) DOMException: The operation is insecure. main https://embed.diagrams.net/js/app.min.js:12979 checkAllLoaded https://embed.diagrams.net/?embed=1&spin=1&proto=json:247 <anonymous> https://embed.diagrams.net/?embed=1&spin=1&proto=json:458
and
Source map error: request failed with status 404 Resource URL: https://embed.diagrams.net/js/app.min.js Source Map URL: purify.min.js.map
These show up on both wikis, though. Actually, the one that works gets one more line of error under uncaught promise:
EventListener.handleEvent* https://embed.diagrams.net/?embed=1&spin=1&proto=json:455
Any suggestions how I would troubleshoot that?