Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Taylor Lovett

    (@tlovett1)

    Definitely because of HTTPS.

    This is a really tricky one due to how the API works. The plugin has to determine whether to call wp-json on site_url() or home_url(). It tries to use home_url(), but if it’s a CORS request that’s not possible. However, if site_url() is in a sub-directory, the wp-json endpoint won’t work.

    Long story short, it’s tricky. I’ll try to push a fix. Thanks!

    Plugin Author Taylor Lovett

    (@tlovett1)

    Version 7.4.4 should fix

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with SSL in backend’ is closed to new replies.