Uncaught ReferenceError: Cookies is not defined
-
Our website includes several WooCommerce pages that allow signing up for classes via a form. The form is supposed to appear if you are logged into the site, as either an admin or a regular customer. Until this morning it was working fine. Now, whenever a regular customer tries to sign up for a class, the sign-up form doesn’t appear. Looking in console produces a huge list of errors, but the critical one appears to be this:
jquery.min.js?ver=3.7.1:2 Uncaught ReferenceError: Cookies is not defined
at HTMLDocument. (woocommerce.min.js?ver=8.6.1:1:371)
at e (jquery.min.js?ver=3.7.1:2:27028)
at t (jquery.min.js?ver=3.7.1:2:27330)Nothing was changed on the site over the weekend as far as I know. How can I fix this?
- You must be logged in to reply to this topic.