nextcloud / nextcloud/whiteboard

Saving Issue with Redis

Open
#382 5 comments 3 reactions 1 assignee View on GitHub

@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

  1. Configure the whiteboard app using Redis as specified in the .env file.
  2. Create or update a whiteboard.
  3. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.