Pro - Page editor is stuck loading, doesn't load content

I’ve added:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
to my wp-config.php file.
I’ve disabled all third-party plugins.

How should I proceed?

Thanks in advance!

Hi @caspertalsma

Please try the following:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.
  3. Remove custom CSS and Javascript from the options or Child Theme and test the case.
  4. Reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.

If this didn’t help, then please provide us with WordPress Dashboard login details in a “Secure Note” so we can investigate this issue.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.