Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Window after login #11

Open
wundersolutions-juanjo opened this issue Aug 28, 2024 · 8 comments
Open

Blank Window after login #11

wundersolutions-juanjo opened this issue Aug 28, 2024 · 8 comments
Assignees

Comments

@wundersolutions-juanjo
Copy link

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?)

@scadra
Copy link
Contributor

scadra commented Sep 3, 2024

@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
Copy link
Contributor

scadra commented Sep 3, 2024

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

@wundersolutions-juanjo
Copy link
Author

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

@scadra
Copy link
Contributor

scadra commented Sep 10, 2024

@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 ?

@wundersolutions-juanjo
Copy link
Author

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

@scadra
Copy link
Contributor

scadra commented Nov 6, 2024

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 scadra self-assigned this Nov 6, 2024
@wundersolutions-juanjo
Copy link
Author

wundersolutions-juanjo commented Nov 7, 2024

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

@scadra
Copy link
Contributor

scadra commented Nov 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants