docs(fjord-platform PHASE_6_DESIGN): stale gateway host example (account.rasterstate.com → forgejo-site.pages.dev) [cross-repo] #223
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Cross-repo doc fix — the file lives in
rasterstate/fjord-platform. Filed here because fjord-platform's Forgejo issues are redirected to an external tracker (Plane,PLATFORM-*, https://plane.rasterstate.com/fjord/), so a Forgejo issue can't be opened against it directly. Move/mirror into Plane if preferred.fjord-platform/docs/PHASE_6_DESIGN.md:242documents the forge-gateway host ashttps://account.rasterstate.com/api/v1/forge-gateway/<instance-id>/api/v1/..., but that host is not the live platform. Current production ishttps://forgejo-site.pages.dev(reports{"mode":"live","strategy":"oidc"});account.rasterstate.comis the Paragon admin surface (returns{"ok":false,"error":"admin_login_required"}, 401, on the API paths). The stale example points readers at the wrong origin.Fix
Update the example in
fjord-platform/docs/PHASE_6_DESIGN.md(line ~242) to the current platform origin (https://forgejo-site.pages.dev, or the canonicalAPP_ORIGIN/fjord.shif that is the intended public form), matchingfj'sDEFAULT_PLATFORM_URLand the live deployment. One-line doc fix; no code change.Origin
Found during the
fjFjord-account login spike while cross-reading the gateway routes against live prod. Thefjclient default (forgejo-site.pages.dev) and the live deployment agree; only this design-doc example is drifted.