Hi @swoolrich,
> but the WooCommerce home page displays the first page of the setup wizard, correctly filled in, but neither ‘Continue’ nor ‘Skip setup store details’ move forwards.
If you open your browser console do you see any errors logged when you open the page or click Continue or Skip?
It doesn’t generate an error in WooCommerce -> Status -> Logs.
There are a number of errors in the error log with the correct time & date:
2020-11-13 09:41:48 Error 46.33.131.27 403 GET /wp-json/wc-analytics/admin/notes?page=1&per_page=25&type=error%2Cupdate&status=unactioned&_locale=user HTTP/1.1 https://my-site.com/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63 975 Apache SSL/TLS access
2020-11-13 09:41:48 Error 46.33.131.27 403 GET /wp-json/wc-admin/options?options=woocommerce_task_list_complete%2Cwoocommerce_task_list_hidden&_locale=user HTTP/1.1 https://my-site.com/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63 975 Apache SSL/TLS access
2020-11-13 09:41:49 Error 46.33.131.27 403 GET /wp-json/wc-analytics/admin/notes?page=1&per_page=25&type=error%2Cupdate&status=unactioned&_locale=user HTTP/1.1 https://my-site.com/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63 975 Apache SSL/TLS access
2020-11-13 09:41:49 Error 46.33.131.27 403 GET /wp-json/wc-admin/options?options=woocommerce_task_list_complete%2Cwoocommerce_task_list_hidden&_locale=user HTTP/1.1 https://my-site.com/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63 975 Apache SSL/TLS access
2020-11-13 09:41:50 Error 46.33.131.27 403 GET /wp-json/wc-analytics/admin/notes?page=1&per_page=25&type=error%2Cupdate&status=unactioned&_locale=user HTTP/1.1 https://my-site.com/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63 975 Apache SSL/TLS access
2020-11-13 09:41:50 Error 46.33.131.27 403 GET /wp-json/wc-admin/options?options=woocommerce_task_list_complete%2Cwoocommerce_task_list_hidden&_locale=user HTTP/1.1 https://my-site.com/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63 975 Apache SSL/TLS access
And it must be a permission problem as the console is producing scrolling errors, the first of which is:
Access to fetch at 'https://my-site.co.uk/wp-json/wp/v2/users/2?_locale=user' from origin 'https://scottishglidingcentre.com' has been blocked by CORS policy: Request header field x-http-method-override is not allowed by Access-Control-Allow-Headers in preflight response.
-
This reply was modified 5 years, 6 months ago by
swoolrich.
> Access to fetch at ‘https://my-site.co.uk/wp-json/wp/v2/users/2?_locale=user’ from origin ‘https://scottishglidingcentre.com’
@swoolrich Did you recently change the URL of the site from https://my-site.co.uk to https://scottishglidingcentre.com ?
It’s always been like this, since before my involvement. But that had occurred to me after I posted as a possible cause. All the branding is .co.uk, however the person who initially set it up did it as a .com. We are trying to get the website it’s own platform and if we can do that (permission needed from the Board) we can sort that out.