Upload cover picture does not work when using subfolder
-
I have setup, where
config.json
has following entry:{ "url": "http://localhost:4567/forum", }
Old images upgraded from
1.0.3
version are working fine shows example:/forum/uploads/profile/92-profilecover
, but when uploading new image it tries to load them from/assets/uploads/profile/1-profilecover.jpeg
, so/forum
prefix is totally missing, if I remove/forum
fromconfig.json
new pictures are working, but old pictures do not.Changing
/forum
to/forum1
both old are new are broken.So relative part of url is in metadata... and it is not added using new version. Also it can't be changed later?
-
What version of NodeBB are you on now?
-
I was crating bug to GitHub, but thought that this could be know issue, after upgrade, so thats why added this question first... I did se you managed to do it fist, so I added information to there. I use tags, both
1.4.5
and1.4.6
has this issue.