mattermost-community / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
21.81k stars 1.96k forks source link

Bug: Data not shown until page refresh #4894

Open romu70 opened 1 year ago

romu70 commented 1 year ago

Steps to reproduce the behavior

  1. Go to a board
  2. Select or add a new page
  3. Enter some information, change title, for example -> None of the change I made to the element are visible until I manually refresh the page.

Expected behavior

The data I entered are immediately visible.

Screenshots (optional)

If applicable, add screenshots or a screen recording to elaborate on the problem.

Edition and Platform

Additional context (optional)

Focalboard self hosted from the Docker image, on a Synology nas and data stored on Postgres 15.

creightonfrance commented 11 months ago

I am having the same issue when trying to change a task status. I have tried dockerized personal server versions 7.8.9, 7.11.3, and 7.11.4. Issue is present in both Firefox and Chrome on Fedora 38. Same issue happening on Android (Chrome desktop view).

creightonfrance commented 11 months ago

I spoke too soon! Resolved on my end: turns out I did not have 'Websockets support` enabled in my NGINX proxy manager host. @romu70 Do you happen to have a reverse proxy set up as well? Double check whether the /ws is working properly in your browser's dev tools.

creightonfrance commented 11 months ago

My issue was the same as https://github.com/mattermost/focalboard/issues/2183

romu70 commented 11 months ago

thanks @creightonfrance. The problem and the lack of response here made me give up about Focalboard. I'll try to re-run my container to check. Thanks.