Hello, I installed the PWA plugin, I am using the Avada Theme. My website crashes quite often and eventually followed the trail to the PWA plugin….(by de-activating and testing etc)
I ran debug today and see the below error. About 5 a second. Could this be causing the site to crash? How do i go about fixing this issue?
Again, when the PWA plugin is de-activated the site doesn’t crash, and these errors below stop displaying. Thanks
PHP Notice: Function WP_Service_Worker_Caching_Routes::register was called incorrectly. The plugins configuration key is obsolete. Define Workbox plugin configuration at the top level. Please see Debugging in WordPress for more information. (This message was added in version 0.6.) in /usr/www/users/xxxxxxxxxxxx/wp-includes/functions.php on line 6085
]]>I want to set site assets caching into stale while revalidate and image caching into cache first. Is the following filter correct?
add_filter(
‘wp_service_worker_theme_asset_caching’,
function ( $config ) {
$config[‘strategy’] = WP_Service_Worker_Caching_Routes::STRATEGY_STALE_WHILE_REVALIDATE;
add_filter(
‘wp_service_worker_plugin_asset_caching’,
function ( $config ) {
$config[‘strategy’] = WP_Service_Worker_Caching_Routes::STRATEGY_STALE_WHILE_REVALIDATE;
add_filter(
‘wp_service_worker_core_asset_caching’,
function ( $config ) {
$config[‘strategy’] = WP_Service_Worker_Caching_Routes::STRATEGY_STALE_WHILE_REVALIDATE;
add_filter(
‘wp_service_worker_uploaded_image_caching’,
function ( $config ) {
$config[‘strategy’] = WP_Service_Worker_Caching_Routes::STRATEGY_CACHE_FIRST;
Hello!
The PWA plugin stopped working a few WordPress updates ago.
I’m receiving this error message on the console:
DOMException: Failed to register a ServiceWorker for scope (‘https://website.com/’) with script (‘https://website.com/wp.serviceworker’): The script has an unsupported MIME type (‘text/html’)
I have no idea on how to diagnose or correct this error. I’m using the Neve theme. Any help would be appreciated!
]]>Hi,
installing this plugin will turn my woocommerce store into a PWA?
]]>WordPress: 6.5.5
PWA: 0.8.1
PHP: 8.2
Receiving an error in the GC Console regarding the plugin:
The WP_Service_Worker_Scripts_Integration integration in the PWA plugin is no longer being considered WordPress core merge. See https://github.com/GoogleChromeLabs/pwa-wp/issues/403
Solution?
]]>I already added the 512×512 favicon in customizations, but it only appeared once and then disappeared
]]>hello
does the plugin supply a android installation package.
]]>Hello, can you tell me if this app collects any personal information or IPs or anything that would affect GDPR or need to be disclosed in our privacy policy?
Thank you!
]]>Hi, I have installed and activate PWA plugin. but Installation banner not appearing on desktop and mobile site. I have tried on different browsers and devices.
]]>Hello, I hope you are well
Now pwa plugin is using site favicon for web app icon, is there any way we can choose a separate icon?
]]>I couldn’t find any step by step for installation.
Do you have one for non technical people?
1. What to do after install?
2. Where to add logo etc?
]]>Hello,
I use the plugin on my websites without any problems.
The loading warning works after page loading in both computer and mobile browsers.
But apart from these, I want to manually show a button to my visitors and offer them the opportunity to load.
this can be a shortcode or a different method.
Is there a way to do this?
]]>Hello ! It’s a pre-install / Pre-buy question :
I will work for a project of PWA internal use for Ipads.
I read many things on PWA for ipads but I would like your confirmation if your plugin will work or not on IOS for Ipads ?
Thanks
Hello,
i use the translatepress plugin on my website. with this plugin, my website has several different languages.
the pages in the default language of my website (in the developer tools section) do not have any error warnings.
However, when I switch to any language other than the default language, the error warning you see in the picture appears.
what could be the cause of this? do you have any suggestions for a solution?
View post on imgur.com
]]>
Hi, with the PWA plugin active, I get this type of errors in the browser console when opening the Site Editor. The editor seems to function correctly, but the errors keep occurring.
Uncaught (in promise) TypeError: Failed to register a ServiceWorker: The URL protocol of the scope (':') is not supported.
at a.es (Workbox.js:486:55)
at a.register (Workbox.js:299:41)
The site in question is using an adapted Twenty Twenty-Three.
Is this a known issue or something related to a plugin or theme conflict?
]]>Hi
I have a RankMath plugin that has a monitor of 404 pages.
In there i can see a lot of entries to the PWA plugin like this one
wp-content/plugins/pwa/wp-includes/js/workbox-v6.5.3/workbox-core.prod.js
I’m not sure, but those shows up in “batches”. A lot of those errors in a timeframe, then no errors for longer period of time.
I do use wp-rocket as a cache plugin.
I don’t know if this is related to your plugin or to something else, but just starting here my investigation.
I have read https://www.ads-software.com/support/topic/404s-looking-for-pwa-files/
Kind Regards
Krysiek
]]>on the push notification page, the ‘validate’ button doesn’t work so it is not redirected to the Push Notification Option.
]]>After enabling the plug-in, there will be a Short Name without form items at the bottom of the Settings->General page.
]]>I have a section (“/important/”) that I absolutely do not want interfered with, what’s the recommended way to handle that? Please forgive me if that has an obvious solution, I’ve never worked with service-workers (and this plugin) before.
I saw that the default route is being registered with /.*/
, but I don’t see an obvious way to change this without duplicating the code.
Would I register an additional route to match my special URL prefix and then add a handler that would simply not try to cache, but always run a fetch? Or is there a way to register a route that would be excluded?
In the AVADA option page will become a blank page, do not know whether compatibility problems or bugs, switch in the page will become a blank page, need to refresh can be.
]]>I have the PWA plugin set up and working just fine on my primary domain, which we’ll call domain.edu, however there is also a cloudfront domain that is used for some special purposes and I’d like to be able to install the PWA from that domain as well. How would I manually add another domain for it to work under?
]]>I want to hide the mobile version top bar control panel. Is it possible to do it? Only the top bar progress bar will remain as is.
]]>When I checked the websites of my competitors, I saw that they were all using PWA plugins. I was curious about the usefulness of this plugin, and I also searched for it on Google. Unfortunately, because I am not a computer major, I cannot understand it. So I want to ask PWA experts, can PWA plugins improve the speed and performance of my website?
]]>Does this offer to download app on iOS, Android and Microsoft mobile devices ??
If not, which devices does it NOT work on ?
Thanks
]]>We removed PWA some weeks ago, however when reviewing entries in “Coverage”, there are five PWA files being called up and these are returning 404 response. One such file is…
I have cleared the caches and cleaned the DBs but these 5 files are still be called up.
What do you suggest we can do to eliminate this problem.?
Hello,
The issue erupts related to page sharing in PWA as it was easy in browser with share option. Support needed add sharing option with web share api to resolve this issue.
Thanks
]]>Hey,
The Splash screen comes up frequently whenever I minimize the app and opens/maximize it again, even if I minimize it for 2-3 seconds.
kindly assist.
Thank you.
]]>I deactivated and removed PWA however it has left a legacy concerning service worker upon which it depended
It appears that service worker is still there and consequently we are getting 404 errors relating to “site.manifest” and service worker.
please advise how the service worker debris can be completely removed.
How to solve the following console error:
Error while trying to use the following icon from the Manifest:
Resource size is not correct – typo in the Manifest?
Hi, is it possible to remove the browser address/tool bar from the web app? With toolbar showing and hiding on scroll, it does not feel much like a native app. More like just another browser tab…
]]>