Installation Steps
Using npm
Run commands
-
npm install
-
npm run dev
Or using yarn
Run commands
-
npm install --global yarn
-
yarn install
-
yarn run dev
Category: JavaScript / Learning Tutorial |
Watchers: 1 |
Star: 95 |
Fork: 17 |
Last update: May 23, 2021 |
Because of nextauth update, the google client id and client secret have to be corrected (https://next-auth.js.org/providers/google) [...nextauth].js file should be updated as well , import GoogleProvider from "next-auth/providers/google"; ... providers: [ GoogleProvider({ clientId: process.env.GOOGLE_CLIENT_ID, clientSecret: process.env.GOOGLE_CLIENT_SECRET }) ]
null
null