Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

When stuck in maintenance mode?

FAQs
wangshijun
2024-01-07 08:36
· edited

Blocklet server supports several maintenance operations directly from the server dashboard:

  • upgrading itself to a new version, either production or beta release
  • restarting the server if the server processes consumes too much resources such as memory

Due to the current distribution method, we are using npm, some exceptions may happen when doing an upgrade from the server dashboard.

If you are stuck in maintenance mode, here is a fallback way to escape and recover your server:

npm install -g @blocklet/cli@beta // please use version v1.16.21-beta-445a8baa and above
blocklet server cleanup --target maintenance-status // cleanup the maintenance status in server state db
blocklet server start


Sticker