Cloud: Add by URL (LinkedIn) appears to succeed but Job Review page shows empty #24
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#24
Loading…
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?
Fixed 2026-03-31. Root cause:
1_Job_Review.py,5_Interviews.py,6_Interview_Prep.py, and7_Survey.pywere all hardcoded toDEFAULT_DBinstead ofget_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.pywas the only page that had already been fixed. All four remaining pages now importcloud_sessionand callget_db_path()at every operation. 540 tests passing.