focalboard icon indicating copy to clipboard operation
focalboard copied to clipboard

Bug: Blank Window on Launch

Open gigibytes opened this issue 1 year ago • 3 comments

Steps to reproduce the behavior

  1. Download and extract focalboard-linux.tar.gz
  2. Double-click focalboard-app

Expected behavior

Expected a window with buttons/text/images.

Screenshots (optional)

image

Edition and Platform

  • Edition: Personal Desktop
  • Version: 7.2.1
  • Browser and OS: Firefox, Fedora Linux 36 (GNOME + Wayland)

7.2 does not have this problem for me.

gigibytes avatar Sep 08 '22 17:09 gigibytes

@gigibytes Can you share any error messages to help us triage this issue? Thanks! cc @sbishel

wuwinson avatar Sep 12 '22 16:09 wuwinson

Hi! Same OS and same error. These are the logs retrieved from the terminal:

Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062447.99] getCurrentBoardViews boardId: undefined views: undefined
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.04] Unable to find team in store. TeamID: 0
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.04] First component subscribing to team 0
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:489540: CONSOLE LOG useWEbsocket adding onChange handler
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.04] OctoClient baseURL: http://localhost:42529
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.05] WSClient serverUrl: http://localhost:42529
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.05] WSClient open: ws://localhost:42529/ws
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.05] Cloud limits: cards=0   views=0
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:489920: CONSOLE LOG useWebsocket cleanup
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.09] Last subscription to team 0 being removed
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.09] First component subscribing to team 0
http://localhost:42529/static/main.js?655969158e98780ad9a2:300:82523: CONSOLE ERROR InvalidStateError: The object is in an invalid state.
http://localhost:42529/static/main.js?655969158e98780ad9a2:300:82523: CONSOLE ERROR InvalidStateError: The object is in an invalid state.
http://localhost:42529/static/main.js?655969158e98780ad9a2:7:82793: CONSOLE JS ERROR Unhandled Promise Rejection: InvalidStateError: The object is in an invalid state.
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.09] WSClient webSocket opened.
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.09] Sending commands for the registered subscriptions
http://localhost:42529/static/main.js?655969158e98780ad9a2:350:624952: CONSOLE LOG [1663062448.10] Cloud limits: cards=0   views=0

I got 3 CONSOLE (JS) ERROR.

Hope it helps.

filippofontana avatar Sep 13 '22 09:09 filippofontana

Maybe related to #3788?

AuspeXeu avatar Sep 17 '22 15:09 AuspeXeu

Same on openSUSE Tumbleweed (Wayland+GNOME Shell 42.4) Downgrade to 7.1.0 can solve this problem

psydvl avatar Sep 22 '22 15:09 psydvl

I cannot reproduce on current main nor on the v7.3 release branch, it's most probably related to https://github.com/mattermost/focalboard/issues/3788 as @AuspeXeu indicated

mgdelacroix avatar Oct 03 '22 10:10 mgdelacroix