Skip to content

try and fix caching issue for login #191

try and fix caching issue for login

try and fix caching issue for login #191

Triggered via push June 29, 2024 23:37
Status Success
Total duration 2m 29s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings and 4 notices
Unused import: src/app/[locale]/(user)/notifications/page.tsx#L2
Unused import specifier MegaphoneIcon
Unused import: src/app/[locale]/(auth)/login/page.client.tsx#L2
Unused import specifier useEffect
Unused import: src/components/account/views/frontpage.tsx#L8
Unused import { Checkbox } from '@/components/ui/checkbox'
Unused local symbol: src/utils/server-api/system/getSessionCookie.ts#L14
Unused function getSessionCookie
Unused local symbol: src/components/ui/calendar.tsx#L58
Unused parameter props
Unused local symbol: src/app/[locale]/(main)/gallery/page.client.tsx#L12
Unused constant setCurrentPage
Unused local symbol: src/app/[locale]/(main)/users/page.tsx#L19
Unused parameter locale
Unused local symbol: src/components/ui/calendar.tsx#L57
Unused parameter props
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Signature mismatch: src/app/[locale]/(account)/account/idcard/page.client.jsx#L130
Argument type { method: string, body: FormData } is not assignable to parameter type RequestInit \| undefined ... Type FormData is not assignable to type BodyInit \| null \| undefined Type FormData is not assignable to type ReadableStream\<any\> \| Blob \| ArrayBufferView \| ArrayBuffer \| FormData \| URLSearchParams \| string Type FormData is not assignable to type string
Signature mismatch: src/app/api/user/logoutUser/route.js#L14
Argument type string is not assignable to parameter type any
Signature mismatch: src/app/api/user/logoutUser/route.js#L15
Argument type { path: string, expires: Date, domain: string, httpOnly: boolean, secure: boolean } is not assignable to parameter type any
Signature mismatch: src/app/api/user/logoutUser/route.js#L13
Argument type string is not assignable to parameter type any