nextcloud / nextcloud/whiteboard
Saving Issue with Redis
Open
@hweihwang is already working on this.
Since Feb 24, 2025.
0. Needs triage
bug
high
- Dominant language
- JavaScript
- Stars
- 215
- Forks
- 39
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 32
Description
Description
We've received reports indicating that when using Redis for caching, some whiteboards do not retain data as expected. Although switching to LRU has temporarily restored lost content, this suggests there might be an underlying issue with the Redis data persistence or configuration.
Steps to Reproduce
- Configure the whiteboard app using Redis as specified in the
.envfile. - Create or update a whiteboard.
- After some time, re-open the whiteboard to check for data consistency.
Expected Behavior
The whiteboard content should persist reliably between sessions.
Actual Behavior
Some users are reporting that whiteboards appear empty or partially loaded, possibly due to issues in saving data with Redis.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.