Hi @koinseb – did you ever resolve this? My mapped domains using the WPMUDEV plugin for domain mapping suddenly failed massively a couple weeks ago out of the blue. I eventually disabled the plugin, and got things working more or less using default WP mapping capabilities. However, I am still getting a redirect loop in wp-admin when I click on links in admin that point to the mapped sites. And my admin users lost their toolbar.
The fact that you are using a different plugin than I was using but still had the same problem is quite alarming! I just don’t think the native functionality is up to the task, or else it is conflicting with something else. Problem is, it’s a live site (I don’t map domains on my sandbox site) so I can’t really test it easily.
Let me know if you learned anything that might help!
Hi @kalico,
I did resolve it, but it was something specific to my setup (so likely not applicable for you):
I use OpenID authentication (a custom implementation), and it turned out that the site didn’t recognize that the user is authenticated while using the mapped domain ( the user object was empty, so is_user_logged_in() returned false).
Solution for me was to configure OpenID specifically so that wp-login and wp-admin for the mapped domain (not just the main domain) require authentication, that way the user object was valid even for the mapped domain.
Again, specific to my setup – but hopefully it helps somebody.