Filed unassigned by the developer agent on #5766, as an out-of-scope finding (same defect class, different file — #5766's scope is bounded to the two package READMEs and does not cover content/docs/).
PR #5765 (#5745) emptied VITE_SERVER_URL in apps/console/.env.development — same-origin by default, with the Vite dev proxy (/api only) forwarding to DEV_PROXY_TARGET or http://localhost:3000. content/docs/guide/console.md still describes the old non-empty default in two places:
- Line 18: "There is no bundled mock backend —
apps/console/.env.development points VITE_SERVER_URL at http://localhost:3000, so an ObjectStack server has to be listening there." - Line 55: "
apps/console/.env.development defaults it to http://localhost:3000, and an empty value means same origin." (the second half is now the actual default, not an alternative to it)
Suggested fix, matching the resolution just applied to apps/console/README.md and examples/console-starter/README.md in #5766: state that .env.development ships empty (same-origin) and that pointing dev at a different backend without breaking same-origin auth is done via DEV_PROXY_TARGET, e.g. DEV_PROXY_TARGET=https://demo.objectstack.ai pnpm dev.
Not evaluated: whether content/docs/ prose changes need to go through a different review path than package READMEs (the two READMEs fixed in #5766 are outside content/).
Refs
Filed unassigned by the developer agent on #5766, as an out-of-scope finding (same defect class, different file — #5766's scope is bounded to the two package READMEs and does not cover
content/docs/).PR #5765 (#5745) emptied
VITE_SERVER_URLinapps/console/.env.development— same-origin by default, with the Vite dev proxy (/apionly) forwarding toDEV_PROXY_TARGETorhttp://localhost:3000.content/docs/guide/console.mdstill describes the old non-empty default in two places:apps/console/.env.developmentpointsVITE_SERVER_URLathttp://localhost:3000, so an ObjectStack server has to be listening there."apps/console/.env.developmentdefaults it tohttp://localhost:3000, and an empty value means same origin." (the second half is now the actual default, not an alternative to it)Suggested fix, matching the resolution just applied to
apps/console/README.mdandexamples/console-starter/README.mdin #5766: state that.env.developmentships empty (same-origin) and that pointing dev at a different backend without breaking same-origin auth is done viaDEV_PROXY_TARGET, e.g.DEV_PROXY_TARGET=https://demo.objectstack.ai pnpm dev.Not evaluated: whether
content/docs/prose changes need to go through a different review path than package READMEs (the two READMEs fixed in #5766 are outsidecontent/).Refs