Project

General

Profile

Actions

Defect #41425

open

Url with suffix - suffix doubled for the url in a notification mail

Added by phil vel 2 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

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>

My setup for managing suffix in config/environment.rb : at the end of the file :
  1. Initialize the Rails application
    RedmineApp::Application.routes.default_scope = "/suffix"
    Rails.application.initialize!

Any idea ?
Thanks in advance

No data to display

Actions

Also available in: Atom PDF