When a logged out user searches and gets search results and tries to login or register from the search results page they get a 403 error.
For example if a user visits
https://example.com a Q2A site then searches for the term, "equations".
The user then tries to login from that results page and they will be redirected to
https://example.com/login?to=search%3Fq%3Dequations which gives a 403 error
Is this a bug or are there some permissions I should enable?
Thanks.