nodebb running, but inaccessible from browser (local install)
-
nope, it just stopped working
we did install redis desktop manager, though
could that be the issue? -
nope, I unistalled redis-desktop-manager, still no luck
-
@baris ok there must be something wrong with the categories, since I can't access that page from the admin.
-
weird not displaying anything
-
info: NodeBB attempting to listen on: 0.0.0.0:4567 info: NodeBB Ready
-
@julian Error: No category found!
info: NodeBB Ready info: [socket] uid 1 (FaaX4q5o_Y_x59bv20lN) has successfully reconnected. info: [socket] uid 1 (v8qrk-v8GU4iyW8-20lO) has successfully reconnected. Error: No category found! at /home/super/nodeBB/nodebb/src/categories.js:290:14 at /home/super/nodeBB/nodebb/src/database/redis.js:154:4 at try_callback (/home/super/nodeBB/nodebb/node_modules/redis/index.js:532:9) at RedisClient.return_reply (/home/super/nodeBB/nodebb/node_modules/redis/index.js:614:13) at HiredisReplyParser.<anonymous> (/home/super/nodeBB/nodebb/node_modules/redis/index.js:266:14) at HiredisReplyParser.EventEmitter.emit (events.js:95:17) at HiredisReplyParser.execute (/home/super/nodeBB/nodebb/node_modules/redis/lib/parser/hiredis.js:43:18) at RedisClient.on_data (/home/super/nodeBB/nodebb/node_modules/redis/index.js:488:27) at Socket.<anonymous> (/home/super/nodeBB/nodebb/node_modules/redis/index.js:82:14) at Socket.EventEmitter.emit (events.js:95:17) Error: topic doesn't exist at /home/super/nodeBB/nodebb/src/topics.js:343:28 at /home/super/nodeBB/nodebb/src/topics.js:336:4 at try_callback (/home/super/nodeBB/nodebb/node_modules/redis/index.js:532:9) at RedisClient.return_reply (/home/super/nodeBB/nodebb/node_modules/redis/index.js:614:13) at HiredisReplyParser.<anonymous> (/home/super/nodeBB/nodebb/node_modules/redis/index.js:266:14) at HiredisReplyParser.EventEmitter.emit (events.js:95:17) at HiredisReplyParser.execute (/home/super/nodeBB/nodebb/node_modules/redis/lib/parser/hiredis.js:43:18) at RedisClient.on_data (/home/super/nodeBB/nodebb/node_modules/redis/index.js:488:27) at Socket.<anonymous> (/home/super/nodeBB/nodebb/node_modules/redis/index.js:82:14) at Socket.EventEmitter.emit (events.js:95:17)
-
@Giorgio-Chiodi do you have access to
redis-cli
to run some commands? -
@julian ok now what
redis 127.0.0.1:6379> zrange categories:cid 0 -1 1) "1" 2) "14" 3) "29" 4) "13" 5) "2" 6) "30" 7) "15" 8) "3" 9) "31" 10) "16" 11) "20" 12) "33" 13) "4" 14) "17" 15) "18" 16) "19" 17) "34" 18) "5" 19) "22" 20) "32" 21) "6" 22) "23" 23) "7" 24) "24" 25) "8" 26) "25" 27) "9" 28) "10" 29) "26" 30) "11" 31) "27" 32) "12" 33) "28" 34) "21" redis 127.0.0.1:6379>
Copyright © 2024 NodeBB | Contributors