-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message "You have been redirected ..." not seen when it occurs #36
Comments
@izmeez I can recreate this issue and am trying to solve this issue but I think, In Backdrop CMS messages set with backdrop_set_message() are stored in the session, which means they should persist across requests, including redirects within the same domain. However, when redirecting to another domain, Backdrop doesn’t automatically share session data across domains, so the messages may not be available on the primary domain after a cross-domain redirect. |
Interestingly, after the Should note that I did login to the primary domain prior to visiting the subdomain and as an administrator, so the correct behaviour may have nothing to do with enabling |
@izmeez I have |
I wonder if this issue can be closed now? |
This was previously mentioned in #25 as a side issue.
When on a subdomain go to
/admin/structure/domains
and edit one of the domains. User is redirected to the primary domain but does not see the message they have been redirected. Only when user goes back to the subdomain, with the browser back button, and flushes caches the message is displayed,You have been redirected: This page must be accessed from the primary domain.
This message seems out of place. It probably should appear on the primary domain when user is redirected.The text was updated successfully, but these errors were encountered: