eaaronross
Forum Replies Created
-
Great! It’s mostly working now! The post tags are working again, and the Products Tags are now “drag and drop” as well, but nothing changes in how the product tags appear on the product pages themselves.
I’m calling the tags like this:
<?php echo $product->get_tags(); ?>Could that be the issue?
Forum: Fixing WordPress
In reply to: Gutenberg Gallery Error creates 503 loop with invalid JSONThis definitely has something to do with the SSL settings / forwarding in Cloudflare. HTTP works just fine with Gutenberg, but HTTPS does not for some reason. Which is strange because I’ve had these settings all the same for months but this error just started up.
- This reply was modified 4 years, 7 months ago by eaaronross.
Forum: Fixing WordPress
In reply to: Gutenberg Gallery Error creates 503 loop with invalid JSONUpdate: I checked the error logs on the server and nothing jumped out at me. Although I’m not sure what i’m looking for. However, I did notice that if I disconnect my site from Cloudflare and have my domain just point straight to the GoDaddy host, I no longer experience the issue.
I need Cloudflare for the site to perform well, but perhaps that insight will help. Going to try to reach out to them to see if they have any ideas.
Forum: Fixing WordPress
In reply to: Gutenberg Gallery Error creates 503 loop with invalid JSONThank you. I really can’t find any plugin or theme that could be causing it, or custom code.
You really don’t think it has to anything to do with the Gallery component itself? When there is a Gutenberg gallery of considerable size, that is the only time this happens, and as soon as I revert to the Classic Editor the problem goes away.