Initially, I have tried to launch SB (edge + deno 2) in api mode.
Following documentation:
SB_AUTH_TOKEN="xxxxxx"
SB_DB_BACKEND="not_kv"
silverbullet "https://silverbullexxxxxx.dev"
First point, it’s necessary to force SB_DB_BACKEND
to something different to kv
to launch.
The documentation is incorrect or commits have introduced a new behavior.
Sb can start but it generates
Activated plug plug-manager
Stopping sandbox for plug-manager
Activated plug plug-manager
plugin failed Error: Unregistered syscall clientStore.get
at data:application/javascript;base64,dmFyIEc9T2JqZWN0LmRl......e3lyIGFzIHBsdWd9Owo=:1:955
at data:application/javascript;base64,dmFyIEc9T2JqZWN0LmRl......e3lyIGFzIHBsdWd9Owo=:1:1003
at innerInvokeEventListeners (ext:deno_web/02_event.js:757:7)
at invokeEventListeners (ext:deno_web/02_event.js:804:5)
at dispatch (ext:deno_web/02_event.js:661:9)
at dispatchEvent (ext:deno_web/02_event.js:1041:12)
at pollForMessages (ext:runtime_main/js/99_main.js:213:7)
at eventLoopTick (ext:core/01_core.js:175:7)
In the intent to load plugs.
Have you any idea to solve this issue?
Platform:
- silverbullet 0.10.1
- deno 2.1.3
- Linux debian