小龙虾升级3.22无法访问control ui的解决办法
20 2026-03-23 21:36 2026-03-23 21:43
临时解决方案
Workarounds until re-publish
Option A (recommended): roll back to v2026.3.13
npm install -g openclaw@2026.3.13
openclaw gateway install --force
Option B: extract dist/control-ui/ from v2026.3.13 tarball
npm pack openclaw@2026.3.13
tar -xzf openclaw-2026.3.13.tgz package/dist/control-ui/
cp -r package/dist/control-ui/ /Users/hollychou/.npm-global/lib/node_modules/openclaw/dist/
This is the most urgent release issue reported today.
全部评论