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
Trying to build to see if I can use this in my project. Not very familar with typescript. Gettiing:
yarn run v1.22.19
$ next build
info - Loaded env from /home/git/siwe-next-auth-example/.env.local
Failed to compile.
./pages/api/auth/[...nextauth].ts:8:36
Type error: Parameter 'req' implicitly has an 'any' type.
Trying to build to see if I can use this in my project. Not very familar with typescript. Gettiing:
yarn run v1.22.19
$ next build
info - Loaded env from /home/git/siwe-next-auth-example/.env.local
Failed to compile.
./pages/api/auth/[...nextauth].ts:8:36
Type error: Parameter 'req' implicitly has an 'any' type.
6 | // For more information on each option (and a full list of options) go to
7 | // https://next-auth.js.org/configuration/options
The text was updated successfully, but these errors were encountered: