• Resolved Emilien

    (@milouze)


    Hello,

    I have a 3 litle error in console when i edit page with gutenberg :
    wp-json/wp/v2/taxonomies?context=edit&_locale=user
    /wp-json/wp/v2/taxonomies?context=edit&per_page=100&_locale=user
    Uncaught (in promise)

    I commment this line :
    $this->loader->add_action( 'init', $plugin_admin, 'modify_taxonomies_arguments', 25 );

    And is ok.

    I don’t know if is normal that gutenberg try to load this…

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joshua David Nelson

    (@joshuadnelson)

    Hey @milouze,

    Apologies for my delayed response. Thanks for reporting this! I was able to replicate this issue, it appears when using a term specific block for me. This isn’t a fatal error, but one I’d like to solve.

    I’ll try to get this in a future release.

    Thanks,
    Joshua

    Plugin Author Joshua David Nelson

    (@joshuadnelson)

    Hey @milouze,

    This issue should be fixed in v0.5.1 – the plugin now disables all post-related blocks.

    I’m going to close this issue, but please feel free to re-open or start a new one if you have any other issues.

    Cheers,
    Joshua

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gutenberg error console’ is closed to new replies.