Hi everybody,
after upgrading the module from version 1 to version 3 (exactly 3.2.3), I find two major problems:
1) in the checkout (
https://www.aetpharma.it/Checkout) the following API calls give me code 302. Not finding the region, shipping costs are not calculated and I am not allowed to proceed.
- URL richiesta:
https://www.aetpharma.it/...tratesasradiobuttons Metodo di richiesta:POST
Indirizzo remoto:93.186.249.204:443
Codice di stato:
302
Versione:HTTP/2.0
Referrer Policy:no-referrer-when-downgrade
- URL richiesta:
https://www.aetpharma.it/...44-ac7c-c5d7660ef4f9 Metodo di richiesta:POST
Indirizzo remoto:93.186.249.204:443
Codice di stato:
302
Versione:HTTP/2.0
Referrer Policy:no-referrer-when-downgrade
Access to XMLHttpRequest at 'https://www.aetpharma.it/' (redirected from 'https://aetpharma.it/DesktopModules/Hotcakes/API/mvc/estimateshipping/getregions/ceb2ea09-1d36-4b44-ac7c-c5d7660ef4f9') from origin 'https://aetpharma.it' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
- URL richiesta:
https://www.aetpharma.it/...44-ac7c-c5d7660ef4f9 Metodo di richiesta:POST
Indirizzo remoto:93.186.249.204:443
Codice di stato:
302
Versione:HTTP/2.0
Referrer Policy:no-referrer-when-downgrade
Access to XMLHttpRequest at 'https://www.aetpharma.it/' (redirected from 'https://aetpharma.it/DesktopModules/Hotcakes/API/mvc/estimateshipping/getregions/ceb2ea09-1d36-4b44-ac7c-c5d7660ef4f9') from origin 'https://aetpharma.it' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
- URL richiesta:
https://www.aetpharma.it/...t/applyaddresschange Metodo di richiesta:POST
Indirizzo remoto:93.186.249.204:443
Codice di stato:
302
Versione:HTTP/2.0
Referrer Policy:no-referrer-when-downgrade
Access to XMLHttpRequest at 'https://www.aetpharma.it/' (redirected from 'https://aetpharma.it/DesktopModules/Hotcakes/API/mvc/checkout/applyaddresschange') from origin 'https://aetpharma.it' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
2) the dashboard page (/DesktopModules/Hotcakes/Core/Admin/Default.aspx) makes a redirect to the homepage of the site and I do not access the store management page.
Everything works on local server.
Do you have any suggestions?
Thanks