Could not connect to scatter
Is this a normal Log? I see the websocket connected to a running linux-scatter-11.0.1-x86_64.AppImage app but the user-interface reported "Could not connect to scatter" ..

Any ideas on what is wrong? I can't use Scatter from web-sites at all.
FYI: I have been running different versions v10.1.2, v11.0.0 and v11.0.1.. They all seem to work in the same database. Could I have possibly corrupted the database?
I found an error in the ScatterDesktop console. This appears when I click the Scatter button on bloks.io:

It is definately related to the AppImage. I built from [master] just incase and was unable to connect from the web page at bloks.io using release/linux-scatter-11.0.1-x86_64.AppImage. The AppImage for v10 worked much better then v11. I was able to run and connect using electron . on [master].
Side Note: I had to hack electron.js:
-const isDev = process.mainModule.filename.indexOf('app.asar') === -1; // open a white blank/empty window
+const isDev = false;//process.mainModule.filename.indexOf('app.asar') === -1; //works!
I get the same issue from time to time. Everything is fine and a few hours later the Dapps stop detecting scatter. If I go to "Apps" - "My Apps" and remove the Dapp I try to use, everything starts to work again. The logs on scatter are:
Uncaught (in promise) TypeError: Cannot read property 'external' of undefined
at e.value (app.51d7d11429e4118f4fdf.js:1)
at app.51d7d11429e4118f4fdf.js:1
at Array.map (<anonymous>)
at Function.value (app.51d7d11429e4118f4fdf.js:1)
at Function.<anonymous> (app.51d7d11429e4118f4fdf.js:1)
at _ (vendor.ff6ade7fd337007bc8a8.js:143)
at Generator._invoke (vendor.ff6ade7fd337007bc8a8.js:143)
at Generator.t.(anonymous function) [as next] (file:///C:/Users/jdavi/AppData/Local/Programs/scatter/resources/app.asar/dist/static/js/vendor.ff6ade7fd337007bc8a8.js:143:457141)
at n (vendor.ff6ade7fd337007bc8a8.js:314)
at vendor.ff6ade7fd337007bc8a8.js:314
at new Promise (<anonymous>)
at new e (vendor.ff6ade7fd337007bc8a8.js:374)
at Function.<anonymous> (vendor.ff6ade7fd337007bc8a8.js:314)
at Function.<anonymous> (app.51d7d11429e4118f4fdf.js:1)
at Function.<anonymous> (app.51d7d11429e4118f4fdf.js:1)
at _ (vendor.ff6ade7fd337007bc8a8.js:143)
at Generator._invoke (vendor.ff6ade7fd337007bc8a8.js:143)
at Generator.t.(anonymous function) [as next] (file:///C:/Users/jdavi/AppData/Local/Programs/scatter/resources/app.asar/dist/static/js/vendor.ff6ade7fd337007bc8a8.js:143:457141)
at n (vendor.ff6ade7fd337007bc8a8.js:314)
at vendor.ff6ade7fd337007bc8a8.js:314
at new Promise (<anonymous>)
at new e (vendor.ff6ade7fd337007bc8a8.js:374)