Contact Form 7 shows a “refill” error with cache plugin
-
Hello.
I have activated a cache plugin called “WP-Optimize”, and when I load the page that has the “Contact Form 7” form, the last request is a “refill” function that is called and it is shown in red with this error (from a browser debugger):{
“code”: “wp_die”,
“message”: “You are not authorized to perform this action.”,
“data”: {
“status”: 500
},
“additional_errors”: []
}It takes roughly 300ms and it can take more time. This is not good for many reasons (SEO bad page rank, not clean page returned, …).
I can see that the file that was called and that produced this error is the following:
/wp-json/contact-form-7/v1/contact-forms/45/refillDo you know about a solution for that?
- The topic ‘Contact Form 7 shows a “refill” error with cache plugin’ is closed to new replies.