nodebb 1.5.2 Profile Cover images
-
So, I'm tailing the error logs to see if anything comes up. nothing remarkable.
Heres the issue:
I upload the image for profile cover, it displays once its uploaded. I refresh the page reverts back to a previous image that was uploaded before. Depending on the file type that was uploaded before.So If png was a cat, and you upload a new png with something else it would revert back to Cat even tho its a new image. Same goes for other file formats.
Is this a permissions issue? Not deleting the files previously for overwriting?
-
location ~ ^/assets/(.*) { root /home/**/nodebb/; try_files /build/public/$1 /public/$1 @nodebb;
Theres no assets folder in that location. Where the heck is it being routed too? lol
Oh wait derp, it replaces assets name.
PS: I turned cloudflare caching off its in dev mode so thats not the issue.
Copyright © 2024 NodeBB | Contributors