UI: Files island — 'File operation failed (status 404)' when creating folder #56
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os#56
Loading…
Add table
Add a link
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?
Description
When attempting to create a new folder in the Files island, the operation fails with an error banner:
The folder name input appears correctly and accepts text, but submitting the folder name triggers a 404 from the backend.
Steps to Reproduce
Expected
Folder should be created in the current directory.
Root Cause
The Files island's backend API endpoint for folder creation is returning 404 — the OSIS file service may not be running or the route is misconfigured.
Severity
High — core file management functionality is broken
Screenshots
deep_files_ctx_01_menu_open.png
Root Cause Found
Network capture shows the exact failing request:
File operations go through
hero_foundryRPC. The endpoint/hero_foundry/rpc/api/files/returns 404 because the hero_foundry service is not running.This affects all file operations: create folder, create file, rename, delete, copy, move.