mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 10:08:50 -05:00
[GH-ISSUE #705] Flashcards do not persist past reload #1553
Reference in New Issue
Block a user
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?
Originally created by @kai4avaya on GitHub (Feb 14, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/705
There is an issue where SQL backend (which is inside the browser as a WASM package is not loading due to incorrect headers. This makes it so that the cards do not save when you reload the page.
The issue can be resolved by updating the headers or changing the saving backend to indexdb.