I just realize that there is already that problem and it was resolved (by wrong search). So, when i did the update, I updated nginx too. So here the post :
https://community.nodebb.org/topic/2062/forwarding-ips-on-nginx-proxy
So it solved.
After login as admin it throws an exception
-
Hi guys!
I've got an issue after I delete the topic as admin and then accidentaly delete the message in this topic.
nodebb version is pretty old. However could you please help me to solve it?
Probaly it could be fixed throgh the database(Redis)
-
Not using Windows to run NodeBB but...
Look here how paths should look like:
https://community.nodebb.org/topic/8008/latest-version-error-when-uploading-default-profile-image-error-uploading-code-0/1You should not run your NodeBB in local Git repository folder.
Similar issue with a very different piece of software.
It confirms that you're having file/folder read/permission problem.
-
Thank you @nhl.pl for reply.
I run it in git rep for testing purposes only. Just tried to reproduce it on my local machine with RDB shapshot I loaded. And actually did it. Cuz same issue is on Production site.It's definitely some entity has broken in DB, but I can't point out which one.
-
@baris the version is 0.6.0
I'm planning to upgrade it in a near time. And probobly move to Mongo. But for now it would be good to solve this exception in order to stop the downtime on Prod. -
-
@julian Thank you Julian.
Tried to debug the recentreplies.js and found that it tries to access value of category that is undefined and all other fields of the post is set to null.
The idea is to try fix it in redis before upgrading.
If you would have a chance to advice me a correct direction where I should dig in in order to delete this corrupted data in db it will be super helpful.