-
Notifications
You must be signed in to change notification settings - Fork 117
404 on the "My public keys" link in the user panel #472
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
Comments
Yes It's a known issue. What version of Redmine are you running? And what is your plugin version? |
Ok I just saw the other questions related to this issue... I'm running redmine 2.6 |
What is the revision number? (2.6.1, 2.6.2) |
Hi, currently this is my setup:
|
Hello! I've just upgraded to most recent version. Same problem here:
Update: after updating Redmine to 3.0.4 the problem no longer exists. |
Yes. Actually I think this is a Rails issue. |
This fix won't work on latest redmine 2.6 (2.6.7). And will not work in future, according to http://www.redmine.org/issues/19024 def self.default_url_options
{:script_name => Redmine::Utils.relative_url_root}
end |
I confirm that c03f567 breaks subpath link to "My public keys" with redmine 3.1.2.stable. |
What is the plugin version? |
Full version information:
(Updated redmine_* plugins to the latest versions; problem persists.) |
Same with Redmine v3.2.0.stable. |
added sub-uri fix by amelentjev (#472)
In the user panel the link to the public keys ends in a 404 if redmine is installed in a subpath.
The text was updated successfully, but these errors were encountered: