602 B
602 B
| id | title | status | assignee | created_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|
| TASK-1 | Fix rfiles.online 404/500 errors | Done | 2026-02-15 22:16 | high |
Description
App was crash-looping (404) then throwing 500s due to: 1) Missing SpacePermission class in encryptid_auth.py, 2) Missing check_space_access function in encryptid_auth.py, 3) Missing DB migration for visibility/owner_did fields on SharedSpace, 4) Missing encryptid.browser.js static file. All four issues fixed across commits f26850d, 2b20b23, and 9c07471.