Defect #41425
openUrl with suffix - suffix doubled for the url in a notification mail
0%
Description
Hello,
The url for my redmine website is such as : domain.com/suffix
I'm using Redmine 5.1.2, Apache 2.4, passenger module 6.0.22
The website works fine.
The only little issue is with notification mail with url inside.
The url inside the mail is like : domain.com/suffix/suffix
Extract of the mail :
=======================================================
This is a test email sent by Redmine.
Redmine URL: https://domain.com/suffix/suffix
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: https://domain.com/suffix/my/account
=======================================================
My setup for managing suffix in vhost apache :
Alias /suffix/ "/var/www/appli/public/"
<Location /suffix>
PassengerBaseURI /suffix
PassengerAppRoot "/var/www/appli/"
</Location>
- Initialize the Rails application
RedmineApp::Application.routes.default_scope = "/suffix"
Rails.application.initialize!
Any idea ?
Thanks in advance
No data to display