I did all the checks you requested, I did not change anything in Hide My WP > Change Paths > API Security.
It’s all accessible and default wordpress.
When I am in the home or store and try to select a variation the layout breaks and displays the following error:
Uncaught SyntaxError: Identifier ‘wwsWidget’ has already been declared (at wws-public-script.js:1:1)
—
When I enter the product and select a variation and select “Add to cart” the template loading icon is continuously loading and from the console I see the following error:
combine.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf')
at Object.success (combine.min.js:1:93057)
at c (jquery.min.js:2:28327)
at Object.fireWith [as resolveWith] (jquery.min.js:2:29072)
at l (jquery.min.js:2:79901)
at XMLHttpRequest.<anonymous> (jquery.min.js:2:82355)
success @ combine.min.js:1
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
l @ jquery.min.js:2
(anonymous) @ jquery.min.js:2
load (async)
send @ jquery.min.js:2
ajax @ jquery.min.js:2
s.ajax.s.ajax @ jquery-migrate.min.js:2
(anonymous) @ combine.min.js:1
dispatch @ jquery.min.js:2
v.handle @ jquery.min.js:2
I also attach links with images of the 2 errors:
Err 1 : https://ibb.co/715XwTn
Err 2 : https://ibb.co/dMYNPmk
The store is in production so it forces me to deactivate the plugin so it can work.