You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm run devStart
> [email protected] devStart
> nodemon server.js
[nodemon] 3.1.9
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,cjs,json
[nodemon] starting `node server.js`
express-session deprecated req.secret; provide secret option server.js:52:3
/home/dds/src/blockly_unix/node_modules/passport-oauth2/lib/strategy.js:87
if (!options.clientID) { throw new TypeError('OAuth2Strategy requires a clientID option'); }
^
TypeError: OAuth2Strategy requires a clientID option
at Strategy.OAuth2Strategy (/home/dds/src/blockly_unix/node_modules/passport-oauth2/lib/strategy.js:87:34)
at new Strategy (/home/dds/src/blockly_unix/node_modules/passport-google-oauth20/lib/strategy.js:52:18)
at Object.<anonymous> (/home/dds/src/blockly_unix/server.js:421:3)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49
Node.js v18.19.0
[nodemon] app crashed - waiting for file changes before starting...
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: