Hello,I'm having an issue with nw.js process terminating due to a seemingly non-critical error. On Chromium I'm getting this and the tab keeps working without an issues:Uncaught (in promise) DOMException: Failed to register a ServiceWorker: The origin of the provided scriptURL ('https://sub1.domain.com') does not match the current origin ('https://sub2.domain.com').On nw.js I'm loading the same page in an iframe and it's just terminating the process with this output to stdout:[27494:27499:0831/133833.842320:ERROR:render_process_host_impl.cc(4450)] Terminating render process for bad Mojo message: Received bad user message: Origins are not matching, or some cannot access service worker.[27494:27499:0831/133833.842351:ERROR:bad_message.cc(25)] Terminating renderer for bad IPC message, reason 123Is this a bug? Either way, any workaround tips would be great.Thanks,Martynas
The website I was having issues with updated and I no longer have an example. However, I found out that it wasn't crashing with 'nwdisable' (just for the reference if it ever happens again).
Martynas