Incorrect redirection to specific message when user not logged in
-
Hello!
User receives notification email about a new message in chat. He follows message link in email and if he is not currently logged into the site he sees 404 error page instead of login form.
The reason is incorrect redirection url that has the extra “/” after login.php:
https://infosecportal.ru/wp-login.php/?redirect_to=https%3A%2F%2Finfosecportal.ru%2Fpolzovateli%2Fpauls%2Fbp-messages%2F#/conversation/11The issue appears to be related to the process that is constructing the redirect URL. The example above appears to be mangled for an unknown reason.
The slash that is after
wp-login.phpseems to be misplaced, additionally, there should be a slash after11and then I would expect&bp-auth=1&action=bpnoaccessafter that.I managed to solve that problem by deactivating Youzify plugin that mangle redirect URL.
I use the last version of Youzify plugin. Membership is not activated. In Login page configuration the correct url is set: https://infosecportal.ru/wp-login.php
Fix this error please.
Regards, Alex
The page I need help with: [log in to see the link]
The topic ‘Incorrect redirection to specific message when user not logged in’ is closed to new replies.