Issues getting it to work
%C6sDHFgBUUaHcd6yGglvmeZlylQdzPn5lgr0Mk35f34=.sha256
Issues getting it to work
Moving discussion from %OBjNeQk... so that it is out of the way of casual Patchwork users. (Is this a good idea?)
Progress since %u0P/3fx....
Got an error alert Unable to download application message
. Added a console.error(err)
to inspect the error and found it was about a missing getThread RPC method. Found the ssb-get-thread
module and installed it as an ssb-server plugin. Changed it to not allow anonymous and then made the browser key a master key in my ssb config so that it could call getThread, because I'm not sure I want to expose that method to peers. Should the app fall back to using sbot.backlinks or sbot.links if the call to getThread fails?
Also I get an error in the log about missing tunnel.ping
method but it doesn't seem to break anything.
Now the app info loads. But pressing "Load App" triggers an error, navigator.serviceWorker.controller is null
:
Earlier misc. errors:
@cel Try the latest version and run npm run build
and serve from dist/ instead that should give you the service worker file.
As for the ssb-get-thread
and ssb-tunnel
requirements, I used get-thread because that is used in ssb-browser-demo but the tunnel one should probably be changed to something else.
@arj Cool, it works!
Built with git-ssb-web