Nothing you author needs one
Update the platform images
Restart a service
Full teardown and start
When things are truly stuck:Verify
:4106 is Docker-internal:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| You changed | Do |
|---|---|
A node, component, app, skill or block, through unoverse deploy studio | Nothing. It is live when the deploy finishes |
| Something installed from the marketplace | Nothing. It is live when the install finishes |
| The platform images | Update them, below |
# On a server
unoverse deploy
# On this machine
unoverse start --pull
docker compose restart unoverse
unoverse stop
unoverse start
unoverse check
:4106 is Docker-internal:
docker compose exec -T unoverse node -e \
"fetch('http://127.0.0.1:4106/nodes').then(r=>r.json()).then(d=>console.log((d.nodes||[]).length)).catch(()=>console.log(0))"
| Issue | Cause | Fix |
|---|---|---|
| A deployed node or component is not in canvas | The deploy did not finish, or hit a lint error | Re-run unoverse deploy studio and read its output |
| A component renders its old version | The browser cached it | Hard-refresh |
nodes: 0 | unoverse did not load its packages | unoverse logs unoverse |
