I am doing development locally on a mamp install. I have amember working but protection doesn't seem to recognize the port numbers on login. If I browse to localhost:8888/members I get the login screen. Once I login I get a error "Access to this membership area is not allowed. Please go to "Membership information page" to renew or add subscription". I have the right subscription and when I click the listed subscription it takes me to localhost/members without the port numbers. Everywhere in the config points to localhost:8888. Any help would be appreciated.
Figured out my issue. When I did the protect folder instead of doing "/members/" I needed to do the whole url "http://localhost:8888/members/" including the port.