That's odd, what's the link for the picture in the top corner, and is it different from your profile picture in accounts page?
What about a hard refresh, does it cok back then?
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
from config.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
and 1.4.6
has this issue.