No preview for Nav Block Cwicly 1.3 Beta

Thank you for the temporary access, @g97iulio!

It seems this error might be caused by a general security issue on your installation, as I was met with an https security warning.

This usually suggests an error blocking Gutenberg’s API calls, resulting in the improper loading of styles in the editor.

To address this, I would recommend:

  • adding this to your functions.php or using a code snippet plugin:
    add_filter( ‘https_ssl_verify’, ‘__return_false’ );
    Please note that this should only be used in a testing environment, and never for a production site

  • taking a look at this thread , as it may provide solutions if this error is related to SSL or HTTP authentication errors.

Once you have followed these steps, kindly let me know if the issue persists.

Thank you in advance.