Remove lucia and setup session authentication from scratch #126
check.yaml
on: pull_request
typecheck-and-lint
19s
e2e-test
0s
Annotations
10 errors and 1 warning
typecheck-and-lint:
src/app/(auth)/login/discord/callback/route.ts#L5
Cannot find module '@/server/db/schema' or its corresponding type declarations.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L8
Cannot find module '@/lib/auth/actions' or its corresponding type declarations.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L42
Property 'input' does not exist on type 'never'.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L44
Property 'errors' does not exist on type 'never'.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L45
Property 'errors' does not exist on type 'never'.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L53
Property 'input' does not exist on type 'never'.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L56
Property 'errors' does not exist on type 'never'.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L57
Property 'errors' does not exist on type 'never'.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L59
Property 'message' does not exist on type 'never'.
|
typecheck-and-lint:
src/app/(auth)/login/login.tsx#L63
Property 'success' does not exist on type 'never'.
|
typecheck-and-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|