• Has anybody gotten the two to work together?

    I’m not sure if this will work by design since cross domain AJAX calls are problematic? I’m getting the following sorts of JS errors:

    XMLHttpRequest cannot load http://mydomain.local/. Cannot make any requests from null.
    XHR finished loading: “http://mywpnetwork.local/mysite/wp-admin/admin-ajax.php”.
    XMLHttpRequest cannot load http://mydomain.local/. Cannot make any requests from null.

    mydomain.local is my mapped domain name, and mywpnetwork.local is my parent WP network site.

    Is there a way to disable the redirects to the mapped domain for all WP dashboard requests? Since the AJAX call is being made to my WP network domain it appears that the redirects are causing the problem here?

    Has anybody wrestled with this yet? Am I on the right path?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multisite domain mapping and 3.4 theme customizer’ is closed to new replies.