Dear @scadra
I donât know if thatâs a bug or just was not implemented yet.
When I keep desktop app open for a long time - after some time it pretends to work normally :
I can browse passwords
I can copy username
But when it comes to copy password - it says âAuth Failedâ or something like this. No prompt to authenticate again, like in WEB. So i need manually to Logoff and Logoin again
I downloaded the application from Play store. I access my passbolt server via chrome or edge. I edited the php file and activated the dexstop feature. I exported the account kit.
However, after importing from the desktop application and entering my password, I receive the following warning. I cleared my credentials and tried again, but the result did not change.
Something went wrong!
The operation failed with the following error:
Failed to fetch
Which browser extension version are you using ?
-I tested in both browsers
Google Chrome / Version 4.4.2 - Microsoft Edge / Version 119.0.2151.93 (64 bit)
Which API version ?
I couldnât find where to check my API version
Are you using the desktop application into a virtual machine ?
-No, I use it on my Windows 10 computer
Do you run the latest version (0.5.1) from the windows store ?
-Yes, version 0.5.1.0
Are you using an intranet ?
-Iâm accessing my passbolt server via SSL VPN.
I will make a site to site connection in the coming days.
Hello,
I have a question of how to install the Desktop app on a Windows Server?
I have compiled the app, installed it to the server via sideloading.
When logged in to the Server with the same user name used to install the App then the Passbolt desktop shows by running the following command in command line:
shell:AppsFolder\Passbolt.Passbolt_xxxxxxxxxxx!App
When I do the same with a different user and trying to call
shell:AppsFolder\Passbolt.Passbolt_xxxxxxxxxxx!App
then I get the following error message:
âshell:AppsFolder\Passbolt.Passbolt_xxxxxxxxxxx!App Class not registeredâ
Any idea, how I can get this solved for any other user being logged in?
The goal is to have the desktop app being available through Terminal Server / Citrix.
Regarding Windows Server, we need to conduct further investigation. Initially, we developed the application for use on personal devices.
As I understand it, youâre looking to access the desktop application as a user different from the one who installed it. The application is designed to be user-specific. However, a potential solution might involve compiling it using Add-ProvisionedAppxPackage during the installation on the server, employing a âsideloadingâ package.
Please let me know if this approach works for you.
It does install everything without an error. I can also launch the app with the user who installed it but cannot run the app with another user name.
I understand that you involve the MS Store which is easy to use for everyone but I thought I also give it a try with more than one user on a server system and see if that works as well.
If itâs not working, then it should mean that the browser extension doesnât detect the change in the configuration or is not up to date (normally itâs automatically updated so I doubt).
To check what receives your extension as configuration you can try to reach the settings URL:
For instance, if your server is reachable at the following domain passbolt.local.server your can try https://passbolt.local.server/settings.json in your browser after you have logged in (maybe try to sign out first and sign in again, it could be cached as well).
I omitted a lot of element to show only what is interesting. If the configuration is correct you should have enabled set totrue (trueis without double quotes or single quotes around). Also, the structure of the data should be as in the example where there is body > passbolt > plugins> desktop > enabled.
If I understand correctly, you can access the desktop app menu and you downloaded the account kit from their to use it on your Passbolt Windows app.
Do you know which version do you use for the Windows app (on the Windows app screen in the bottom right, thereâs a heart icon that you can hover with the mouse, the version will appear)? The latest version is 0.5.1 normally, if you donât have this version then I would suggest to upgrade it first.
Also, which version of the browser extension do you have (itâs the same procedure)?
I can start the Passbolt-App (first Step) with no issue. As soon as I uploaded the Account-Kit and put in the passphrase, Passbolt keeps crashing with ID-1000 KERNELBASE.DLL-Modul
If I delete âaccount-metadataâ and âaccount-secretâ entries. The App works again and I can upload the âAccount-Kitâ. So its seems like it has an issue with the âCredential Managerâ?
The Passbolt-App has 0.5.1
The Browser extension works fine. I use the Edge and FireFox extension. I also have tried both with different users. Still doesnât work over the app.
Okay, this one is pretty much unexpected. I took a quick look on the Internet as the Passbolt app neither modified this dll file nor bring its own or something like that.
Disclaimer: I would like to help you but, to be honest itâs a bit out of my knowledge.
I took a look on the Internet with the error you mentioned. It seems to be related to your Windows installation, hereâs the link I found Microsoft Forum
In it the easiest solutions to try are:
making sure your Windows is up to date and try again
if it doesnât work you can try to create a new user on your Windows machine and give a try with that new user (doesnât sound ideal like that, but at least we will know a bit better)
Another solution mentioned in the page is to ask your registry service to rebuild your kernel.dll file (I didnât know it was possible, but anyways, it sounds very risky to me, I would try that as a very last resort).