aleph icon indicating copy to clipboard operation
aleph copied to clipboard

BUG: Dashboard/Notifications screen is blank in Safari

Open tillprochaska opened this issue 3 years ago • 0 comments

Describe the bug When opening the dashboard in Safari (and there is at least one notification), the page briefly displays, but then turns blank within seconds.

To Reproduce Steps to reproduce the behavior:

  1. Make sure that there is at least one notification for your user account. (In order to trigger notifications, you can for example create an export of a search.)
  2. Open the Dashboard in Safari 15.5.
  3. You should quickly see the dashboard in its loading state, then the page turns blank.

Expected behavior The dashboard should be displayed.

Screenshots -/-

Additional context Browser: Safari 15.5 OS: macOS Monterey

This seems to be related to the FormattedRelativeTime component from react-intl triggering too many rerenders. React throws an exception if a component triggers too many rerenders.

  • I wasn’t able to reproduce the bug in 13.11.1
  • I was able to reproduce the bug in 13.12.0+

tillprochaska avatar Aug 31 '22 11:08 tillprochaska