passbolt-windows icon indicating copy to clipboard operation
passbolt-windows copied to clipboard

Blank Window after login

Open wundersolutions-juanjo opened this issue 1 year ago • 5 comments

Hi, apologies for the lack of info, but as of now I haven't been able to really get anything else

After a successful login on the windows application (Having previously imported the account-kit.passbolt file), following the loading animations, the window changes into a blank view, with nothing to do other than managing the window itself (resizing, moving, etc)

An erroneous password "fails successfully" PASSBOLT_PLUGINS_DESKTOP_ENABLED variable is set to true HTTPS is being used with a valid certificate (Running behind a caddy reverse proxy) The chrome extension is working fine

Im assuming opening the devtools (since it seems like an edge webview) would allow me to just solve the issue myself, but I haven't been able to do so (I assume the release version won't allow it?)

wundersolutions-juanjo avatar Aug 28 '24 08:08 wundersolutions-juanjo

@wundersolutions-juanjo ,

Sorry for this issue, devtools are not allow on production and it is a security feature that we are applying.

So if I summarise the import success and you are not able to access you workspace. Can you provide me this informations : - Which version are you using ?

  • Are you using the windows store, msixbundle from github, or sideloading ?
  • Which API version are you using ?
  • Are you using MFA and it is working ? (DUO is not supported on the windows app)

Thanks in advance

scadra avatar Sep 03 '24 07:09 scadra

A ticket PB-35131 has been created to track this topic

scadra avatar Sep 03 '24 08:09 scadra

Hi @scadra

I think i'm using the Store Version, although I installed it with an .exe installer. The installer version is 22408.0807.01.0. Im not entirely sure on the API version. The webpage reports that the server is on 4.9.1 I'm not using MFA at all

wundersolutions-juanjo avatar Sep 06 '24 07:09 wundersolutions-juanjo

@wundersolutions-juanjo ,

We are not providing .exe installer so I think you are using the Store version. Can you confirm the windows app version. On the footer you can find the heart and you should see the version.

Are you using a virtual machine ?

scadra avatar Sep 10 '24 07:09 scadra

Right, the .exe was downloaded from the MS store (https://apps.microsoft.com/detail/9pfxs2wvkvpb) I'm using Client 1.3.1 I'm not using a virtual machine, although WSL is currently installed

wundersolutions-juanjo avatar Sep 10 '24 11:09 wundersolutions-juanjo

Hey @wundersolutions-juanjo

A new debug tools has been released to support this kind of use case : See the release download.

Is it possible for you to download it and check if you have any error on the devtools ? Another solution will to check the url to see if a redirection happen ?

Thanks in advance

scadra avatar Nov 06 '24 13:11 scadra

Uncaught TypeError: Cannot read properties of undefined (reading 'groups_users') at AllowIfGroupManagerInOneGroupFunction.execute (allowIfGroupManagerInOneGroupFunction.js:24:17) at CanUse.getByRbacOrDefault (canUseService.js:55:34) at CanUse.canRoleUseUiAction (canUseService.js:30:19) at RbacContextProvider.canIUseUiAction (RbacContext.js:51:19) at DisplayMainMenu.render (DisplayMainMenu.js:81:58) at finishClassComponent (react-dom.development.js:17485:1) at updateClassComponent (react-dom.development.js:17435:1) at beginWork (react-dom.development.js:19073:1) at HTMLUnknownElement.callCallback (react-dom.development.js:3945:1) at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:1)

It appears getByRbacOrDefault(rbac, actionName, user) is being called without the user argument (canUseService.js:30) which leads to the typeError at AllowIfGroupManagerInOneGroupFunction

Current href are https://[hash].[domain]/app/passwords (DevTools /rendered/index-workspace.html) and /Background/index-workspace.html

wundersolutions-juanjo avatar Nov 07 '24 08:11 wundersolutions-juanjo

Thanks for this I will add it to ticket to deploy the fix on the next release

scadra avatar Nov 07 '24 09:11 scadra

@wundersolutions-juanjo a fix has been deployed with the new release 1.4.0

scadra avatar Dec 12 '24 12:12 scadra

Confirmed working, thank you very much!

wundersolutions-juanjo avatar Dec 13 '24 09:12 wundersolutions-juanjo