Pro version requesting wrong wp-json URL in ssp-single-admin
-
SSP v1.6.0-v.1.6.3
I’ve been unable to publish, and it seems due to simply static requesting the wrong wp-json URL.There haven’t been any changes on the admin. Our site is running on a subdomain, but that has never been an issue before.
The issue seems to be in the fetch happening in ssp-single-admin.js
Rather than trying to get from the subdomain, it’s trying to fetch from the root domain.
https://www.root.org/wp-json/simplystatic/v1/is-running
It should be fetching from
https://www.root.org/subdomain/wp-json/simplystatic/v1/is-running
Any help you can offer would be appreciated.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.