Skip to main content

I just follow these steps and got error
https://developers.ringcentral.com/guide/authentication/quick-start#javascript

1638801129796.png

my index.js file is here

1638801624818.png


What is the error? The express-session deprecated warning is not an error and does not stop the app. To eliminate the warning, follow the answers from this thread.

https://stackoverflow.com/questions/28839532/node-js-session-error-express-session-deprecated/34744627


If this not stop the app then why app not show next anything just stop here

1638819527447.pngAny issue in it?


If I hit from broswer then show error.

1638819677993.png


Hi @Benny Dadon I was able to successfully follow the RingCentral tutorial and build this app. I packaged this demo into a simple node.js app. You can clone and run it, just follow the steps as described in the README. Demo App: https://github.com/suyashjoshi/ringcentral-js-auth


Reply