docs: clarify NEXT_PUBLIC_API_URL must be browser-reachable

This commit is contained in:
Sana (OpenClaw)
2026-02-08 15:47:40 +00:00
parent bbbba764e1
commit b8cfdabea0
3 changed files with 4 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ OpenClaw Mission Control is under active development. Expect breaking changes an
cp .env.example .env
# REQUIRED: ensure the browser can reach the backend API.
# NEXT_PUBLIC_API_URL must be reachable from the *browser* (host), not an internal Docker network name.
# If you change ports/hosts, update NEXT_PUBLIC_API_URL in .env accordingly.
# (Missing/blank NEXT_PUBLIC_API_URL will break frontend API calls like Activity feed.)