how to fix it #62820
Unanswered
KbDevs12
asked this question in
App Router
how to fix it
#62820
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.next/types/app/api/auth/[...nextauth]/route.ts:8:13
Type error: Type 'OmitWithTag<typeof import("D:/folder-latihan-coding/anime-nextjs/app/api/auth/[...nextauth]/route"), "config" | "generateStaticParams" | "revalidate" | "dynamic" | "dynamicParams" | "fetchCache" | ... 9 more ... | "PATCH", "">' does not satisfy the constraint '{ [x: string]: never; }'.
Property 'authOpt' is incompatible with index signature.
Type '{ providers: OAuthConfig[]; secret: string; }' is not assignable to type 'never'.
6 |
7 | // Check that the entry is a valid entry
this is the code:
Beta Was this translation helpful? Give feedback.
All reactions