-
-
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
When opening a PWA App, only a blank window with the title bar appears #611
Comments
This occurred for me immediately after the profile updated to the latest version of Firefox this evening, so it would seem to be something that changed in the browser itself. |
You need to update the native program to 2.13.2. You may also need to then run "Patch profiles and runtime" from the extension settings. You can check more details in #600. |
@filips123 Thanks for this info. I notice that the extension version in the Firefox Add On store is still 2.13.1. Is it safe to assume that once the latest extension version is published, it will prompt users to update the native piece? FWIW, in my case, updating the native program fixed the issue, but also caused the extension to lose track of the existing PWAs that were installed. Not a big deal, but worth mentioning. I left my extension version at 2.13.1 since it worked & it's kind of a pain to manually install for a week then revert to auto updates after the published one appears. (& this version mismatch may or may not be related to this "lost PWAs" bug.) |
This fixed it, thanks! I'm not sure why the extension didn't tell me there was a 2.13.2 version available, but I guess I'll check the GitHub page from now on. |
@travisterrell Yeah, once the new extension version is reviewed by the Mozilla reviewers team, it should become available and normally prompt the remaining users to update the native program. I'm not sure why you've lost your existing PWAs. Do they still launch correctly from the start menu? And are they still present in the @user9713 The update checking is currently very simple, as it just checks if versions of the extension and the native program differ, and treats the lower one as outdated. Because the new extension version hasn't been approved yet, it didn't know that the new native program was already released. I will try to implement a better update checking mechanism that actually checks latest versions of the extension and program in the future. |
Description
When opening a PWA App, only a blank window with the title bar appears
This just happened out of nowhere. It was working perfectly fine, I closed the app, came back to it later, and it just displays a blank window with the website title.
I updated to the latest PWAFirefox runtime/client and Firefox version.
I restarted Windows.
Nothing works.
Steps to Reproduce
Additional Information
Console Debug: https://pastebin.com/3dvqLmHv
Affected Websites
Any website I have a PWA app for (Google Drive, Twitter, Discord, YouTube).
Environment
The text was updated successfully, but these errors were encountered: