Remove lucia and setup session authentication from scratch #125
check.yaml
on: pull_request
typecheck-and-lint
18s
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/(main)/_components/user-dropdown.tsx#L24
Module '"@/lib/auth/adapter"' has no exported member 'AuthUser'.
|
|
typecheck-and-lint:
src/app/api/webhooks/stripe/route.ts#L8
Cannot find module '@/server/db/schema' or its corresponding type declarations.
|
|
typecheck-and-lint:
src/lib/auth/actions.ts#L12
'"./adapter"' has no exported member named 'Adapter'. Did you mean 'Adapter2'?
|
|
typecheck-and-lint:
src/lib/auth/actions.ts#L98
Cannot find name 'adapter'. Did you mean 'Adapter'?
|
|
typecheck-and-lint:
src/lib/auth/actions.ts#L130
Cannot find name 'adapter'. Did you mean 'Adapter'?
|
|
typecheck-and-lint:
src/lib/auth/actions.ts#L140
Cannot find name 'adapter'. Did you mean 'Adapter'?
|
|
typecheck-and-lint:
src/lib/auth/actions.ts#L166
Cannot find name 'adapter'. Did you mean 'Adapter'?
|
|
typecheck-and-lint:
src/lib/auth/actions.ts#L185
Cannot find name 'adapter'. Did you mean 'Adapter'?
|
|
typecheck-and-lint:
src/lib/auth/actions.ts#L205
Cannot find name 'adapter'. Did you mean 'Adapter'?
|
|
typecheck-and-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|