Hi @7hephysicist
Have you tried to perform a conflict test?
The conflict test is really simple, the unique you need is to switch to a default WordPress theme (to check that conflict doesn’t comes from your theme): And deactivate plugins one-by-one to find who is causing this issue
On the other hand, could you send us the debug log from WordPress? You can find this file in wp-content folder. If you don’t have enabled this feature in WordPress, please, add the following lines in your wp-config.php file:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_LOG’, true );
Feel free to open a ticket in [email protected]
Best regards.
I have done the conflict test by switching to 2023 default theme and the deactivation of all plugins. The culprit is Automator WP. There is no error related to this in the debug log because this is a time out error. Somehow Automator WP makes the WordPress editor take too long and Cloudflare times out. Even if I disable Cloudflare, the issue persists.
View post on imgur.com
Hi @7hephysicist
Thanks for your reply.
This is a really strange error as AutomatorWP does not have any blocks or features within the posts other than AutomatorWP’s own blocks for automations.
If you have performed the conflict test correctly, could you please contact your hosting provider for more information on why this error might be happening?
Best regards.
Actually, I did figure out the exact plugin which was causing the issue. It is the Automator WP Google Sheets add on. Since I no more needed the add on, I removed it and now everything is working fine.
Thanks for your time and support.
