-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Plugins: add redirect for a single plugin page for a wpcom site, when switching from a self-hosted site #781
Comments
that was the behaviour we had some months ago ... I think it was quite confusing, since the user was redirected without warning... I wouldn't change it back and I would keep the current error screen... ping for thoughts, @enejb @MichaelArestad @rickybanister @beaulebens |
Yeah, this is a little bit tough—I think the best we can do here is swap this rather generic error message for something more helpful:
Basically if the error message is more tailored I think it's ok to redirect. Or if we leave the url the same, we can still show a more helpful error. |
It seems like we should just do some further testing on this (there's a store test going right now to display a message similar to what I suggest above) and then we should be able to close this issue as 'wont fix' |
I agree with @johnHackworth here since. This I think the current implementation works quite well. |
I am moving this out of the current milestone for now. Since we have no clear idea how to fix this yet. |
There is no redirect from https://wordpress.com/plugins/akismet/yoursite.com to https://wordpress.com/plugins/yoursite.com. So, when a user attempts to switch from a .org site to a wpcom site on a single plugin page, they see a 'not supported' message.
Steps to reproduce:
https://wordpress.com/plugins/akismet/yoursite.com
https://wordpress.com/plugins/akismet/wpcomsite.wordpress.com
This is what it looks like for both business & non-business users.
The issue here is that the user should be redirected from https://wordpress.com/plugins/akismet/yoursite.com to https://wordpress.com/plugins/yoursite.com
The text was updated successfully, but these errors were encountered: