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
TypeScript typecheck via tsc failed.
To ignore failing typecheck, use --typecheck=disable.
convex/auth.ts:17:30 - error TS2322: Type '(config: OAuthUserConfig & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig' is not assignable to type 'AuthProviderConfig'.
Type '(config: OAuthUserConfig & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig' is not assignable to type '((...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions) & InternalProviderOptions'.
Type '(config: OAuthUserConfig & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig' is not assignable to type '(...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OAuthConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type 'OIDCConfig & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type 'OIDCConfig'.
Types of property 'client' are incompatible.
Type 'Partial<Client & { token_endpoint_auth_method: string; }> | undefined' is not assignable to type 'Partial | undefined'.
Type 'Partial<Client & { token_endpoint_auth_method: string; }>' is not assignable to type 'Partial'.
Types of property 'token_endpoint_auth_method' are incompatible.
Type 'string | undefined' is not assignable to type 'ClientAuthenticationMethod | undefined'.
Type 'string' is not assignable to type 'ClientAuthenticationMethod | undefined'.
' is not assignable to type 'AuthProviderConfig'.
Type '
(options: OAuthUserConfig
) => OAuthConfig
' is not assignable to type '((...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions) & InternalProviderOptions'.
Type '
(options: OAuthUserConfig
) => OAuthConfig
' is not assignable to type '(...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OAuthConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type 'OIDCConfig & InternalProviderOptions'.
Type 'import("D:/Develop/BeDev/bedev-slack/node_modules/@auth/core/providers/oauth").OIDCConfig' is not assignable to type 'import("D:/Develop/BeDev/bedev-slack/node_modules/@convex-dev/auth/node_modules/@auth/core/providers/oauth").OIDCConfig'.
Types of property 'client' are incompatible.
Type 'Partial<Client & { token_endpoint_auth_method: string; }> | undefined' is not assignable to type 'Partial | undefined'.
Type 'Partial<Client & { token_endpoint_auth_method: string; }>' is not assignable to type 'Partial'.
Types of property 'token_endpoint_auth_method' are incompatible.
Type 'string | undefined' is not assignable to type 'ClientAuthenticationMethod | undefined'.
Type 'string' is not assignable to type 'ClientAuthenticationMethod | undefined'.
17 providers: [CustomPassword, GitHub, Google],
The text was updated successfully, but these errors were encountered:
Im not able to log in with github, it shows the github prompt and redirects, but the user credentials don't get saved and the isAuthenticatedNextjs returns false
Cannot login with google or github when upgrade @auth/core to version 0.37.0
https://www.npmjs.com/package/@auth/core/v/0.37.0
TypeScript typecheck via
tsc
failed.To ignore failing typecheck, use
--typecheck=disable
.convex/auth.ts:17:30 - error TS2322: Type '(config: OAuthUserConfig & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig' is not assignable to type 'AuthProviderConfig'.
Type '(config: OAuthUserConfig & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig' is not assignable to type '((...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions) & InternalProviderOptions'.
Type '(config: OAuthUserConfig & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig' is not assignable to type '(...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OAuthConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type 'OIDCConfig & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type 'OIDCConfig'.
Types of property 'client' are incompatible.
Type 'Partial<Client & { token_endpoint_auth_method: string; }> | undefined' is not assignable to type 'Partial | undefined'.
Type 'Partial<Client & { token_endpoint_auth_method: string; }>' is not assignable to type 'Partial'.
Types of property 'token_endpoint_auth_method' are incompatible.
Type 'string | undefined' is not assignable to type 'ClientAuthenticationMethod | undefined'.
Type 'string' is not assignable to type 'ClientAuthenticationMethod | undefined'.
17 providers: [CustomPassword, GitHub, Google],
~~~~~~
convex/auth.ts:17:38 - error TS2322: Type '
(options: OAuthUserConfig
) => OAuthConfig
' is not assignable to type 'AuthProviderConfig'.
Type '
(options: OAuthUserConfig
) => OAuthConfig
' is not assignable to type '((...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions) & InternalProviderOptions'.
Type '
(options: OAuthUserConfig
) => OAuthConfig
' is not assignable to type '(...args: any) => (EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OAuthConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type '(EmailConfig | WebAuthnConfig | OIDCConfig | OAuth2Config | CredentialsConfig<Record<string, CredentialInput>>) & InternalProviderOptions'.
Type 'OIDCConfig' is not assignable to type 'OIDCConfig & InternalProviderOptions'.
Type 'import("D:/Develop/BeDev/bedev-slack/node_modules/@auth/core/providers/oauth").OIDCConfig' is not assignable to type 'import("D:/Develop/BeDev/bedev-slack/node_modules/@convex-dev/auth/node_modules/@auth/core/providers/oauth").OIDCConfig'.
Types of property 'client' are incompatible.
Type 'Partial<Client & { token_endpoint_auth_method: string; }> | undefined' is not assignable to type 'Partial | undefined'.
Type 'Partial<Client & { token_endpoint_auth_method: string; }>' is not assignable to type 'Partial'.
Types of property 'token_endpoint_auth_method' are incompatible.
Type 'string | undefined' is not assignable to type 'ClientAuthenticationMethod | undefined'.
Type 'string' is not assignable to type 'ClientAuthenticationMethod | undefined'.
17 providers: [CustomPassword, GitHub, Google],
The text was updated successfully, but these errors were encountered: