Setup:
- subfolder install on
/forum
- able to reproduce both on
v2.5.4
andtests-passed
- a user called
forumadmin
The user profile should be visible at /forum/u/forumadmin/summary
However, when this URL is requested, a Javascript redirect is issued to /forum/uadmin/summary
, i.e. /forum
is being removed from the middle of the URL.
Related but different issue:
When editing a user with a username starting with forum
, pressing Save on the Name field results in a 404 not found, because a PUT request to /u/forumadmin.json
is being made, instead of to /forum/u/forumadmin.json
. So here the subfolder is being removed, but only when the username starts with the subfolder name.
I am completely unfamiliar with Ember routing so further investigation did not succeed. I vaguely recall seeing a similar bug a few weeks ago.