@julian Thank you so much for getting back to me, I'll give that a shot!
CassC
Posts
-
Configure session-sharing plugin with JSON file instead of UI for docker -
Configure session-sharing plugin with JSON file instead of UI for dockerHello,
We are trying to use the nodebb-plugin-session-sharing plugin for our existing web app but, because we can't access the admin account (password is long lost and we don't actually have access to the mongoDB either), we need to be able to launch it though a docker image with the config options already in place. We've tried hard-coding them into the library.js file but that hasn't worked. It seems like the custom plugin is getting overwritten or not making it to the deployment in the first place. Any additional logs we add to the library.js file also do not appear.
I see there is one other user who has opened an issue for this on GitHub (https://github.com/julianlam/nodebb-plugin-session-sharing/issues/135) but they haven't received a reply. Does anyone have any suggestions how this can be accomplished?
Thank you! -
503 Errror on Production, OAuth2 callback not workingHello,
I am a junior dev (very little experience with this stuff) trying to figure out what's happening with our NodeBB forum. It has been successfully running in a Docker container hosted on an AWS ECR since Sept 2022. It uses a custom OAuth2 configuration in our Spring Boot application, and the "nodebb-plugin-sso-oauth" plugin to connect. On Friday, Jan 12th 2024 it suddenly stopped working. On production it's returning a 503 Error and on staging the forum loads but returns the message "You seem to have stumbled upon a page that does not exist. Return to the home page." It seems like the callback URL is not working on either as they are both stuck at https://[website].com/auth/communityapp/callback.
Does anyone have any ideas what might be happening? I'm willing to provide any information you need, just let me know what might be helpful. Thank you!