• two error in the plugin

    Failed to load resource: the server responded with a status of 401 ()
    /ciropizzabox/pwa-manifest-15.json:1

    Manifest: Line: 1, column: 1, Syntax error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s working on multisite. Go to https://your-site.tld/wp-admin/network/setup.php. There is a code for your .htaccess.
    I have an additional entry in my .htaccess:

    #extra config for pwa
    RewriteRule ^sitepath/pwa-(.*) /pwa-$1 [L]
    #end extra config
    #Last Line
    RewriteRule . index.php [L]

    sitepath stands for ciropizzabox, e.g.

    • This reply was modified 4 years, 11 months ago by hupe13.
    Plugin Author Magazine3

    (@magazine3)

    @mredodos this issue is fixed. please upgrade to the latest version.

    because for serving manifest we use another method

    So please update PWAforWP in the latest version. provide URL, we can debug and give you a solution to resolve the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘plugin not working on multisite, in the specific subsite’ is closed to new replies.