I am using a local, development and production environment. I don’t use a bootstrap file, rather config/database/index/admin files for each environment (MSM site so bootstrap does not work).
Everything works fine (registration, the site, logging into CP, logging out) BUT when you try and log in to the site (non-cp) it will try and connect to the local environment:
Login page:
https://www.missionfrontiers.org/members/login
eventaully goes here:
http://local.missionfrontiers.org/?ACT=13&RET=aHR…blahblahblah…bnRpZXJzLm9yZy9ob21l&cur=2&orig=0&multi=0&orig_site_id=1
If you go to the correct domain, you are logged in so the log in does work.
I’ve checked my admin/index/config files, using Deploy helper to check all the possible settings where it could be referencing local, but nada. The only idea I had was the multiple site login config for MSM sites. I did have local in there, but took it out and am still getting the error. Could that be why and it just takes some time for EE to stop using that? Does that run the user through the login on every site on that list or just drop a cookie that gives the user access to all sites?
(using EE 2.5.2 with Solspace User)