17 lines
602 B
Markdown
17 lines
602 B
Markdown
---
|
|
id: TASK-1
|
|
title: Fix rfiles.online 404/500 errors
|
|
status: Done
|
|
assignee: []
|
|
created_date: '2026-02-15 22:16'
|
|
labels: []
|
|
dependencies: []
|
|
priority: high
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
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.
|
|
<!-- SECTION:DESCRIPTION:END -->
|