• Resolved yard

    (@yard)


    AIO hangs when 1-st step of wizard is running.
    https://imgsh.net/a/FvaSvEf.png
    https://imgsh.net/a/9frCNid.png

    In console this error msg:

    Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser.
    load-scripts.php?c=1&load%5Bchunk_0%5D=regenerator-runtime,wp-polyfill,wp-hooks,jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.9.3:15 JQMIGRATE: Migrate is installed, version 3.3.2
    client.93f15631.js:9          POST https://trion-tensid.sk/wp-json/aioseo/v1/wizard/ 466
    O._end @ client.93f15631.js:9
    O.end @ client.93f15631.js:9
    (anonymous) @ client.93f15631.js:5
    A.then @ client.93f15631.js:5
    saveWizard @ index.01898232.js:8
    (anonymous) @ index.01898232.js:7
    T.dispatch @ index.01898232.js:7
    T.dispatch @ index.01898232.js:7
    s.dispatch @ index.01898232.js:7
    n.<computed> @ index.01898232.js:7
    saveAndContinue @ Category.18c7971c.js:1
    Ie @ vueComponentNormalizer.87056a83.js:5
    r @ vueComponentNormalizer.87056a83.js:5
    Ie @ vueComponentNormalizer.87056a83.js:5
    e.$emit @ vueComponentNormalizer.87056a83.js:5
    handleClick @ index.460e1b4b.js:39
    Ie @ vueComponentNormalizer.87056a83.js:5
    r @ vueComponentNormalizer.87056a83.js:5
    Ls.a._wrapper @ vueComponentNormalizer.87056a83.js:5
    client.93f15631.js:8 Uncaught (in promise) Error: Unsuccessful HTTP response
        at O.<anonymous> (client.93f15631.js:8:4527)
        at e.emit (client.93f15631.js:1:1645)
        at XMLHttpRequest.<anonymous> (client.93f15631.js:9:1608)
    (anonymous) @ client.93f15631.js:8
    e.emit @ client.93f15631.js:1
    (anonymous) @ client.93f15631.js:9
    Promise.then (async)
    saveAndContinue @ Category.18c7971c.js:1
    Ie @ vueComponentNormalizer.87056a83.js:5
    r @ vueComponentNormalizer.87056a83.js:5
    Ie @ vueComponentNormalizer.87056a83.js:5
    e.$emit @ vueComponentNormalizer.87056a83.js:5
    handleClick @ index.460e1b4b.js:39
    Ie @ vueComponentNormalizer.87056a83.js:5
    r @ vueComponentNormalizer.87056a83.js:5
    Ls.a._wrapper @ vueComponentNormalizer.87056a83.js:5
    

    none of firewall or security plugins is used

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @yard,

    This means that your website is returning a so called Permissions Policy HTTP header that restricts how your pages can use the user’s browser’s features – https://developer.chrome.com/docs/privacy-sandbox/permissions-policy/

    I’m not sure why that is causing an error exactly since we do not use any browser features that you can restrict with this header (e.g. geolocation). I think it’s simply failing the request because the browser is unable to parse your header.

    I had a quick look at your website and found that you are returning a blank permissions policy header twice – https://a.supportally.com/vZu4dI. I can’t tell whether that’s causing this issue but it’s definitely worth looking into.

    As to where this header is coming from, I’m afraid you’ll need to try and figure that out. It could be a security plugin, but it could also be configured in your web server configuration rules or .htaccess file if you are using Apache.

Viewing 1 replies (of 1 total)
  • The topic ‘AIO hangs when wizard saving 1-st step’ is closed to new replies.