Hello,
the plugin isn showing in adminpanel at nodebb 1.7.x
Hello,
the plugin isn showing in adminpanel at nodebb 1.7.x
Yes, but the Plugin does not work.
Is anyone running this Plugin succesfully?
Hello,
i installed the following Plugin, because im using the webview 3.0 Android App:
Allows NodeBB to interface with the OneSignal service in order to provide push notifications via OneSignal, originally forked from nodebb-plugin-pushbullet - CCob/nodebb-plugin-onesignal
GitHub (github.com)
OneSignal is configured, Rest API and App ID is configured but in profil Menu shows "page not found" at click on OneSignal.
How i become OneSignal working with Webview 3.0 app?
@AOKP Okay, is there a possibility to make Desktop Notifications working?
Hello,
webview app works fine, but nodebb notification sounds not working correctly only after playing it manually and the app was not staying in background.
solved
can anyone add it to official documentation?
https://docs.nodebb.org/en/latest/configuring/proxies/apache.html
Thanks
Ok thanks i have to enable some apache mods?
@julian said in "Invalid Session" problem:
Hi @Pappmann! This is an unfortunate breaking change that was introduced and affects users using nginx as a reverse proxy.
Specifically, you will need this new directive added:
proxy_set_header X-Forwarded-Proto $scheme;
I put it after the
X-Forwarded-For
line, though it can go anywhere in that server/location block, really.
U mean i have to change my webserver from apache to nginx?
anyone can help?
it looks like only one user have this problem, since i login with username an password of that user, i have the same problem, and now i cant login with my admin account on this browser (chrome).
./nodebb reset -a -> does not help
mongo: db.sessions.remove() -> does not help too, nobody can login (invalid session)
is there any opportunity to reset the sessions for the affected user?
There is a new Problem in Nodebb 1.0.3 latest master installed on linux based root server with apache 2.4. and mongodb
Some user have now "invalid session" (csrf-invalid) problem and cannot login. On Google Chrome i have this problem too. Delete, Cache, Cookies... does not help.
Anyone have an idea to fix it?
is Notification working on phone with this app using "nodebb-plugin-desktop-notifications"?
great thanks
when it is available in acp downloadable plugins?
great, its working fine @Schamper
which file and which part of the file we have to change to switch from direct to sendmail?
i treid some things now i have folowing error
error: Unable to initialize MongoDB! Is MongoDB installed? Error :Cannot find module 'connect-mongo'
9/1 03:56 [23336] - error: Error: Cannot find module 'connect-mongo'
i tried
npm i connect-mongo
but that does not help
i had to run
./nodebb setup
before i can start nodebb again.
@pichalite same error
Hi,
i want to update nodebb to latest master, but cannot upgrade to latest git version:
/nodebb# git fetch
/nodebb# git reset --hard origin/v0.9.x
HEAD ist jetzt bei 34a725c Merge pull request #4013 from machado2/v0.9.x
/nodebb# ./nodebb upgrade
1. Bringing base dependencies up to date... OK
2. Updating NodeBB data store schema.
6/1 00:39 [3110] - error: Unable to initialize MongoDB! Is MongoDB installed? Error :Cannot find module 'mongodb'
6/1 00:39 [3110] - error: Error: Cannot find module 'mongodb'
at Function.Module._resolveFilename (module.js:326:15)
at Function.Module._load (module.js:277:25)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at Object.module.init (/var/www/nodebb/src/database/mongo.js:52:18)
at upgrade (/var/www/nodebb/app.js:269:28)
at Object.<anonymous> (/var/www/nodebb/app.js:74:2)
at Module._compile (module.js:398:26)
at Object.Module._extensions..js (module.js:405:10)
at Module.load (module.js:344:32)
OK
NodeBB Upgrade Complete!
git version?
im using nodebb 0.9.3
there are different versions in 0.9.3?
I added some user in the chat with empty user, now it seems to work.
there is no posibilty to delete a whole chat.
i need that function too
Hello,
nodebb is crashing when i access to the forum with mobile device an open the right sidebar, or desktop browser when opening chats, there is one chat with a deleted user.
following error:
30/12 15:08 [21353] - [31merror[39m: TypeError: Cannot read property 'mergeId' of null
at /var/www/user_3/domain_37/nodebb/src/notifications.js:384:20
at Array.filter (native)
at /var/www/user_3/domain_37/nodebb/src/notifications.js:383:25
at Array.reduce (native)
at Object.Notifications.merge (/var/www/user_3/domain_37/nodebb/src/notifications.js:345:28)
at /var/www/user_3/domain_37/nodebb/src/user/notifications.js:96:19
at fn (/var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:741:34)
at /var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:1208:16
at /var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:166:37
at /var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:701:43
TypeError: Cannot read property 'mergeId' of null
at /var/www/user_3/domain_37/nodebb/src/notifications.js:384:20
at Array.filter (native)
at /var/www/user_3/domain_37/nodebb/src/notifications.js:383:25
at Array.reduce (native)
at Object.Notifications.merge (/var/www/user_3/domain_37/nodebb/src/notifications.js:345:28)
at /var/www/user_3/domain_37/nodebb/src/user/notifications.js:96:19
at fn (/var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:741:34)
at /var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:1208:16
at /var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:166:37
at /var/www/user_3/domain_37/nodebb/node_modules/async/lib/async.js:701:43
30/12 15:08 [21353] - [32minfo[39m: [app] Shutdown (SIGTERM/SIGINT) Initialised.
30/12 15:08 [21353] - [32minfo[39m: [app] Database connection closed.
30/12 15:08 [21353] - [32minfo[39m: [app] Web server closed to connections.
30/12 15:08 [21353] - [32minfo[39m: [app] Shutdown complete.
how i can fix this?