focalboard
focalboard copied to clipboard
Bug: Blank Window on Launch
Steps to reproduce the behavior
- Download and extract focalboard-linux.tar.gz
- Double-click focalboard-app
Expected behavior
Expected a window with buttons/text/images.
Screenshots (optional)
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 Can you share any error messages to help us triage this issue? Thanks! cc @sbishel
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.
Maybe related to #3788?
Same on openSUSE Tumbleweed (Wayland+GNOME Shell 42.4) Downgrade to 7.1.0 can solve this problem
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