hero_foundry_server HTTP files API returns 503 under default hero_foundry --start registration #17

Open
opened 2026-04-26 13:48:38 +00:00 by nabil_salah · 0 comments
Member

When hero_foundry_server is started via the hero_foundry CLI (hero_foundry --start, which registers the service with hero_proc), the HTTP files API at /api/files/* returns 503 Service Unavailable with "Storage not configured". This breaks any client that talks to that endpoint (e.g. the Office integration).

Reproduction
make stop && make run on development (pre-fix)
curl -i http:///api/files/ → 503 Service Unavailable / "Storage not configured"

Verification (post-fix)
make stop && make run
Confirm ~/hero/foundry-storage/ is created
curl -i http:///api/files/... no longer 503s
Office (or whichever client surfaced the bug) can read/write through /api/files/*

When hero_foundry_server is started via the hero_foundry CLI (hero_foundry --start, which registers the service with hero_proc), the HTTP files API at /api/files/* returns 503 Service Unavailable with "Storage not configured". This breaks any client that talks to that endpoint (e.g. the Office integration). Reproduction make stop && make run on development (pre-fix) curl -i http://<server>/api/files/<anything> → 503 Service Unavailable / "Storage not configured" Verification (post-fix) make stop && make run Confirm ~/hero/foundry-storage/ is created curl -i http://<server>/api/files/... no longer 503s Office (or whichever client surfaced the bug) can read/write through /api/files/*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_foundry#17
No description provided.