-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Web apps broken in Firefox 124 #475
Comments
Firefox 124 broke something... I will try to fix this soon. |
FIY I'm on Fedora with firefox-123.0.1-1.fc39.x86_64 and are also having this exact problem since today. |
Possibly there is something else happening. My Fedora install with Firefox 123 has this issue since today, downgrading Firefox to 119 did not fix the problem. Using non-flatpak'd Firefox. |
Firefox used for PWAs is separate from your main Firefox, so it has probably already updated to 124. |
This should be fixed in https://github.com/filips123/PWAsForFirefox/releases/tag/v2.11.0. Please make sure the native part is updated to |
Note for those experiencing the issue even after the update: I updated the native runtime to 2.11.0 but PWAs were not working. I pressed alt > help > about firefox to see the firefox version, then firefox update itself from 123 to 124, which resolved the issue! |
Oh, I think the fix breaks web apps on Firefox before 124... I will also try to fix this. |
I restored compatibility with Firefox before 124 in https://github.com/filips123/PWAsForFirefox/releases/tag/v2.11.1. So, it should now be compatible with all recent Firefox versions. |
I still have a blank window. I don't know what I'm doing wrong. I also got the banner which advised me to update, but I thought I had done it.
|
You also need to update the native version to 2.11.1. Which OS are you on? |
Windows, but I fixed it. It seems that the installer did not recognize my current installation and installed itself somewhere else. I did not notice this immediately, but now everything works. |
That is known issue (#268), but I don't know how to fix it. |
I'm experiencing this issue and I've followed all the steps in this bug report. Any advice on how to fix it? |
Please check the versions listed in "About project" in the extension settings, and the version with If they are, run "Patch profiles and runtime" from the extension settings. Also, please try to install a new PWA into a new profile and check if it works. If the versions are different, you might also have the problem with the installer. Go to the control panel or settings and uninstall PWAsForFirefox, then reinstall it. Then, check the versions again and try the above steps again. |
Ok so I was having the same issues. What I've tried:
I'm on Windows 11 version 23H2 using chocolatey package manager to manage firefoxpwa |
Ok I fixed it. For some reason I had a Firefox PWA extension installed in my AppData directory First I checked my PATH and the account PATH was referencing the AppData version and the system PATH was referencing the Program Files version (or the other way around, I forgot). So I updated the PATH variable to use the Program Files version, which did nothing (or maybe I should have done a reboot, but I'm lazy and frustrated). So I renamed the folder PWA in my AppData, which broke the browser extension. It did not recognize the native extension anymore. That made it clear that the browser extension seems hard wired to the installation in AppData. Long story short: I copied everything from Program Files to the AppData directory of forefoxpwa and, lo and behold, it works. @filips123 maybe there should be an option in the browser extension to set where the native layer is located. Hope this helps anyone. |
Hello. I'm having the same issue. I tried creating new pwas with a new profile but to no avail. I have Firefox 124.0.1 on Windows and the extension is at version 2.11.1 Is there something I'm missing? What's the native version? How do I check the version or update it? |
This isn't possible. Firefox just looks at the specific registry keys to see where the native connector is installed. It checks per-user ( The problem is that the installer doesn't detect if you've previously installed it per-user or per-machine, so if you then choose a different option, you will have two installations, but Firefox will use only the per-user one (which might be outdated).
Check in the Windows settings or control panel if you have multiple PWAsForFirefox installations listed, and remove them. You can also check if the above registry keys exist and remove them. Then, install PWAsForFirefox again. |
Oooh yeah, thank you, that did the trick! I only had one version installed though and no Regedit keys after uninstalling, so I only had to uninstall then reinstall and the extension worked again :) |
Just got this same issue with firefox 131.0 and firefoxpwa 2.12.4 |
You need to update the native program to 2.12.5. The extension will say it's outdated, but you can ignore this until the new version is approved. |
Additional Information
Affected Websites
Environment
System Details Report
Report details
Hardware Information:
Software Information:
Installation method: Deb
Extension version: 2.10.1
Native version: 2.10.1
Runtime version: 124.0
Firefox version: 124.0
The text was updated successfully, but these errors were encountered: