Cloud: Add by URL (LinkedIn) appears to succeed but Job Review page shows empty #24

Closed
opened 2026-03-21 00:21:00 -07:00 by pyr0ball · 0 comments
Owner

Fixed 2026-03-31. Root cause: 1_Job_Review.py, 5_Interviews.py, 6_Interview_Prep.py, and 7_Survey.py were all hardcoded to DEFAULT_DB instead of get_db_path(). In cloud mode this caused every page except Apply to read/write the wrong per-user database, explaining the empty Job Review after Add by URL.

4_Apply.py was the only page that had already been fixed. All four remaining pages now import cloud_session and call get_db_path() at every operation. 540 tests passing.

Fixed 2026-03-31. Root cause: `1_Job_Review.py`, `5_Interviews.py`, `6_Interview_Prep.py`, and `7_Survey.py` were all hardcoded to `DEFAULT_DB` instead of `get_db_path()`. In cloud mode this caused every page except Apply to read/write the wrong per-user database, explaining the empty Job Review after Add by URL. `4_Apply.py` was the only page that had already been fixed. All four remaining pages now import `cloud_session` and call `get_db_path()` at every operation. 540 tests passing.
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: Circuit-Forge/peregrine#24
No description provided.