-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Stuck on Connector Installation #625
Comments
+1 |
I was having this issue too. It came from trying to reinstall the connector. If you go to the installation directory (default C:\Users{Username}\AppData\Roaming on Windows) and delete the entire folder manually (for me, "FirefoxPWA"), it'll allow you to reinstall the connector and advance to runtime installation. Hopefully that fixes it for you two! |
Are there any errors in the extension logs? Also, can you check if registry keys |
Dealing with the issue now and the solution I provided above didn't work :( Here's what shows in the extension log: (Screenshot shows the installation path on the left. This is a fresh install using 2.13.2, default installation settings) The registry has both with: HKLM as And HKCU as Changing HKCU to the installation path (same as HKLM) fixed this for me. |
It seems that you have two versions installed, one just for your user and another system-wide. Please check if you have multiple PWAsForFirefox versions listed in the control panel or settings. If you have, try to uninstall all of them and install the program again (system-wide is recommended). You can also check this for a few more steps that you can try if just reinstalling won't work. |
The control panel only shows one version too, strangely, but I think my issue does come from #268. I did exactly what happened over there. Thank you! |
Looks like my issue was I had previously installed user only, uninstalled, then later installed system-wide. System wide was not working because the installation didn't write the right registry key, it seems. Thanks! |
The paths were the same for me and this fixed it. I can use extension and add sites but they wont open and gives an error: "Failed to patch the runtime: Path "C:\Users\User\AppData\Local\Programs\FirefoxPWA\userchrome/runtime" does not exist or you don't have access!" and there is nothing in "C:\Users\User\AppData\Local\Programs". |
The user-specific install has priority over the global one, so if user-specific ( You should remove |
Removing "HKCU\Software\filips\FirefoxPWA" fixed it. |
Description
Cannot complete the installation. Stuck on Connector Installation but i installed it. Nothing happens when i wait or when i restart the browser. I have tried 2.13.1 and 2.13.2 both do not work.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: