You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My WP_SITEURL is set to a different value than WP_HOME. The plugin uses the WP_HOME value for the REST API, which fails because the WP backend is located at WP_SITEURL.
A workaround for this issue is to enable the REST API compatibility mode, but it'd be great to get it working properly.
My
WP_SITEURL
is set to a different value thanWP_HOME
. The plugin uses theWP_HOME
value for the REST API, which fails because the WP backend is located atWP_SITEURL
.A workaround for this issue is to enable the REST API compatibility mode, but it'd be great to get it working properly.
https://developer.wordpress.org/reference/functions/home_url/
https://developer.wordpress.org/reference/functions/site_url/
Thanks a ton for the great plugin. If I can be of any help please let me know.
The text was updated successfully, but these errors were encountered: