Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

[BUG] [UI] White screen at login #267

Closed
TLCFEM opened this issue Mar 16, 2022 · 3 comments
Closed

[BUG] [UI] White screen at login #267

TLCFEM opened this issue Mar 16, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@TLCFEM
Copy link

TLCFEM commented Mar 16, 2022

To reproduce:

  1. Start the application.
  2. Without logging in, click gear (top right corner), click theme, white screen appears.
TypeError
Cannot read property 'children' of undefined
Call Stack
 findNodes
  renderer.dev.js:261714:74
 filterNodesOfTree
  renderer.dev.js:261734:10
 InputPicker.renderDropdownMenu
  renderer.dev.js:249328:92
 InputPicker.render
  renderer.dev.js:249525:21
 finishClassComponent
  renderer.dev.js:193858:31
 updateClassComponent
  renderer.dev.js:193808:24
 beginWork
  renderer.dev.js:195446:16
 HTMLUnknownElement.callCallback
  renderer.dev.js:180318:14
 Object.invokeGuardedCallbackDev
  renderer.dev.js:180367:16
 invokeGuardedCallback
  renderer.dev.js:180429:31
@TLCFEM TLCFEM added the bug Something isn't working label Mar 16, 2022
@jeffvli
Copy link
Owner

jeffvli commented Mar 16, 2022

Does it brick the application even when restarting?

@TLCFEM
Copy link
Author

TLCFEM commented Mar 16, 2022

Basiclly the whole UI becomes a white screen and users cannot do anything with it. Restarting the application gives the normal login tab. See screenshot.
Screenshot from 2022-03-16 23-57-07
Screenshot from 2022-03-16 23-58-08

@jeffvli
Copy link
Owner

jeffvli commented Apr 10, 2022

I ended up removing the top action bar when on the login screen since most of those shouldn't be touched until after logging in.

@jeffvli jeffvli closed this as completed Apr 10, 2022
Repository owner moved this from In Progress to Done in Sonixd (Roadmap and Releases) Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants