You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM29179 plugins.php:1 Uncaught (in promise) TypeError: Failed to register a ServiceWorker for scope ('https://learn.coregames.com/wp-admin/') with script ('https://learn.coregames.com/wp-admin/admin-ajax.php?action=wp_service_worker'): ServiceWorker script evaluation failed
assume this might be fixed with the future work of making a separate SW for the admin panel but wanted to report it anyway
The text was updated successfully, but these errors were encountered:
OK, yeah. See the <style class="astra-menu-appearance-style">...</style>? That's a bug in Astra where the theme is incorrectly printing styles at wp_enqueue_scripts (or admin_enqueue_scripts) rather than strictly enqueueing scripts/styles. They should rather be using the wp_print_styles action (or equivalent admin action). So first I recommend reporting this as a bug to Astra, but the PWA plugin will also prevent this from happening in #293.
Only getting this when the PWA plugin is enabled
VM29179 plugins.php:1 Uncaught (in promise) TypeError: Failed to register a ServiceWorker for scope ('https://learn.coregames.com/wp-admin/') with script ('https://learn.coregames.com/wp-admin/admin-ajax.php?action=wp_service_worker'): ServiceWorker script evaluation failed
assume this might be fixed with the future work of making a separate SW for the admin panel but wanted to report it anyway
The text was updated successfully, but these errors were encountered: