julianlam / nodebb-plugin-session-sharing

Allows login sessions from your app to persist in NodeBB
MIT License
88 stars 65 forks source link

trying to debug plugin but getting error when starting nodebb #48

Closed knowvera-michael closed 6 years ago

knowvera-michael commented 6 years ago

i installed the most current version of nodebb and cloned the most current version of this plugin. went into the directory where i cloned this plugin and ran npm link went back to nodebb directory and ran npm link nodebb-plugin-session-sharing (this is the dir where i cloned the plugin into).

then nodebb dev

get an error: Your NodeBB is out-of-date. Please run the following command to bring your dataset up to spec: [cluster] Child Process has exited

i am able to run nodebb when i remove the link. os: windows. node: v8.9.4 npm: v5.7.1

any help would be great.

the reason i would like to debug this is that i would like to update this plugin to work with AWS Cognito JWT instead of a cookie.

Thanks

knowvera-michael commented 6 years ago

logged in under wrong account. will resubmit under correct account.