@pitaj said in Redis persistent connection:
@sanatisharif how many do you see? It's possible our redis client uses a connection pool
# Clients
connected_clients:82
Maybe, NodeBB has connection pool?
@pitaj said in Redis persistent connection:
@sanatisharif how many do you see? It's possible our redis client uses a connection pool
# Clients
connected_clients:82
Maybe, NodeBB has connection pool?
@pitaj said in Redis persistent connection:
The connection should be persistent. How are you qualifying that it is not?
This command :
redis-cli info clients
Shows number of active connection.
If connection was persistent we should see 2 active connection, is that right?
Hi, we use redis as session store in our Nodebb setup.
How we can make connection to redis persistent?
because for each online user nodebb make new connection to redis and in other hand redis recommend that we open only one connection!
Redis is one thread processing open and close connections has really negative impact on its performance!
@PitaJ said in Nodebb start not work:
I have no clue what could be going on there. Never seen that issue before in my life. Have you tried restarting your OS? Have you tried
git reset --hard origin/master
? Have you tried a fresh NodeBB installation? What tutorial/guide did you use when installing?What OS are you on? What amount of memory does your system have?
we have 64G ram
@PitaJ said in Nodebb start not work:
I have no clue what could be going on there. Never seen that issue before in my life. Have you tried restarting your OS? Have you tried
git reset --hard origin/master
? Have you tried a fresh NodeBB installation? What tutorial/guide did you use when installing?What OS are you on? What amount of memory does your system have?
ubuntu 18.04 ( more than 6 month every thing was okay )
@PitaJ i try git reset nothing happen
@PitaJ said in Nodebb start not work:
So you're saying that after executing that command, it shows the message you posted earlier and then if you let it sit there it prints nothing else into the terminal?
That's super bizarre.
[link text](![link url](![image url](image url )))
@PitaJ said in Nodebb start not work:
So you're saying that after executing that command, it shows the message you posted earlier and then if you let it sit there it prints nothing else into the terminal?
That's super bizarre.
Yes!
I can start forum only using ./nodebb dev
other commands cannot start nodebb.
I pull last updates from origin master now, still I have this issue and something more danguress :
Users can change thiere post ownerships.
@PitaJ please help me!
Our forum can start only in dev mode.
We need your support!!!!
Up......
@PitaJ said in Nodebb start not work:
It should show the NodeBB startup log, does it not? What version of NodeBB are you on?
It doesn't show anything.
version: 1.12.2
Node ver: v10.10.0
database: mongo
version: 4.0.8
engine: wiredTiger
./nodebb dev
show this:
and its fine
@PitaJ said in Nodebb start not work:
What do you see when you run
./nodebb start --log
?
I see this:
but application not started:
Hi
./nodebb start
not work. but ./nodebb dev
work well without any error
.
also I try these commands:
git pull origin master
./nodebb upgrade
./nodebb build
please help me.
@julian @baris @PitaJ
I'm using https://github.com/alaatv/nodebb-plugin-sso-oauth for oauth2 authentication.
everything works fine using postman but in nodebb i get this error "Failed to obtain access token"
can you fix my problem please ?
Hi we have a oauth2 server on alaatv.com, and a nodebb forum on forum.alaatv.com.
We wan't to
-Implement sso sign in
We try to use nodebb-plugin-sso-auth, but we get errors:
Can you help me, please ?
change api to QraphQl
so
in login page we can't see a input for username or password: