Archived topic
Bad Request 400 error
6 replies · Started by Anuar on June 7, 2020
Hi
Can I DM you to provide my IP server because I am still not able to connect to GP server to download the theme.
My server standard Firewall port 22, 80 and 443.
Regards
Anuar
Hi there,
Are you talking about the theme itself or a template in the site library?
Hi
I am talking about importing the demo content in the site library.
I able to import the template but not the demo content.
A 400 error is usually because of caching. Do you have a caching plugin or server caching active on the site?
Hi
Thank you for your reply.
I managed to download the content and theme after diactivate the cache plugin.
Best Regards
Anuar
For those of you using SpinupWP, you can disable REDIS caching in your site's wp-config file during the install process.
define( 'WP_REDIS_DISABLED', true );
Glad it worked!
Thanks for the heads up, Matt! :)