Giter Club home page Giter Club logo

Comments (19)

filips123 avatar filips123 commented on June 14, 2024 8

This should be fixed in https://github.com/filips123/PWAsForFirefox/releases/tag/v2.11.0. Please make sure the native part is updated to that release 2.11.1, and then run "Patch profiles and runtime" from the extension settings.

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024 2

Firefox 124 broke something... I will try to fix this soon.

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024 1

Firefox used for PWAs is separate from your main Firefox, so it has probably already updated to 124.

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024 1

It seems that the installer did not recognize my current installation and installed itself somewhere else.

That is known issue (#268), but I don't know how to fix it.

from pwasforfirefox.

hofleverancier avatar hofleverancier commented on June 14, 2024

FIY I'm on Fedora with firefox-123.0.1-1.fc39.x86_64 and are also having this exact problem since today.

from pwasforfirefox.

hofleverancier avatar hofleverancier commented on June 14, 2024

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.

from pwasforfirefox.

Quasar-Kim avatar Quasar-Kim commented on June 14, 2024

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!

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024

Oh, I think the fix breaks web apps on Firefox before 124... I will also try to fix this.

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024

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.

from pwasforfirefox.

botkero avatar botkero commented on June 14, 2024

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.
Any help?

Project versions:

    Extension version: 2.11.1
    Native version: 2.10.1
    Runtime version: 124.0
    Firefox version: 124.0

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024

You also need to update the native version to 2.11.1. Which OS are you on?

from pwasforfirefox.

botkero avatar botkero commented on June 14, 2024

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.

from pwasforfirefox.

user9713 avatar user9713 commented on June 14, 2024

I'm experiencing this issue and I've followed all the steps in this bug report. Any advice on how to fix it?

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024

Please check the versions listed in "About project" in the extension settings, and the version with firefoxpwa --version. Are the native version from settings and the version reported by the command both 2.11.1?

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.

from pwasforfirefox.

elpollitodiablo avatar elpollitodiablo commented on June 14, 2024

Ok so I was having the same issues. What I've tried:

  • Verified Firefox Version to be 124
  • Verified that the browser extension is 2.11.1
  • Verified the native extension is 2.11.1
  • Used "Patch profiles and runtime"
  • Used "reinstall runtime"
  • Reinstalled the native extension completely
  • Installed a PWA in a new profile
  • Multiple restarts of browser and system

I'm on Windows 11 version 23H2 using chocolatey package manager to manage firefoxpwa

from pwasforfirefox.

elpollitodiablo avatar elpollitodiablo commented on June 14, 2024

Ok I fixed it.

For some reason I had a Firefox PWA extension installed in my AppData directory C:\Users\***\AppData\Local\Programs\FirefoxPWA which was used by the Firefox extension (and stuck at 2.8.0!). Chocolatey however installed it in C:\Program Files\FirefoxPWA

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.

from pwasforfirefox.

AxelTerizaki avatar AxelTerizaki commented on June 14, 2024

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?

from pwasforfirefox.

filips123 avatar filips123 commented on June 14, 2024

maybe there should be an option in the browser extension to set where the native layer is located.

@elpollitodiablo

This isn't possible.

Firefox just looks at the specific registry keys to see where the native connector is installed. It checks per-user (HKCU\SOFTWARE\Mozilla\NativeMessagingHosts\firefoxpwa) and a global key (HKLM\SOFTWARE\Mozilla\NativeMessagingHosts\firefoxpwa), and (I think) the per-user key has priority over the other one. This is unrelated to the PATH variable.

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

I'm having the same issue. I tried creating new pwas with a new profile but to no avail.

@AxelTerizaki

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.

from pwasforfirefox.

AxelTerizaki avatar AxelTerizaki commented on June 14, 2024

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

from pwasforfirefox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.