• Resolved jennaof

    (@jennaof)


    Hello,

    I am currently using AMP Ready plug-ins and themes (Astra Pro, WPForms Lite, Gutenberg, atomic blocks). However, I am receiving an error when validating AMP versions of my pages.
    `Unable to validate URL. Encountered a white screen of death likely due to a fatal error. Please check your server’s PHP error logs.’

    I tried resolving this by deactivating plugins, and when I deactivated Gutenberg, I was able to validate my pages for AMP.

    Gutenberg is needed for Atomic Blocks to work, and Gutenberg is listed as a AMP ready plugin. Would like to ask for help on this one. Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jennaof It may be a conflict with some of your plugins which you have active, Gutenburg itself is AMP valid, as if your theme. If you want to share your website URL or your Site Health information it might assist in troubleshooting, or your site health information.

    If you are comfortable editing your wp-config.php file you can add the below, which may also provide information on the errors you are encountering:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    You can then check the debug.log file located at wp-content/debug.log.

    Thread Starter jennaof

    (@jennaof)

    Hi, James! Thanks for replying.

    I reactivated my Gutenberg plugin after deactivating it last night, and well it suddenly works now with Gutenberg. It’s a weird quirk but it did work. I can now validate my pages. Thanks for the response again.

    @jennaof Good to hear, there could have been any number of reasons.

    Using Gutenburg you should also check out the additional options AMP provides for the various blocks, such as a lightbox effort for images, carousel for galleries and more.

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

The topic ‘Gutenberg Issue with AMP’ is closed to new replies.