Skip to content

fix: undefined BASE_URL value in Netlify function #3

fix: undefined BASE_URL value in Netlify function

fix: undefined BASE_URL value in Netlify function #3

Triggered via pull request December 27, 2024 12:35
Status Success
Total duration 1m 4s
Artifacts

qodana_code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
Invalid imported or declared symbol: src/app/pages/login/login.component.ts#L17
Component GoogleButton is not standalone and cannot be imported directly. It must be imported via an NgModule.
Missing or invalid component, directive or pipe declaration in a module: src/app/app.component.ts#L10
AppComponent is not declared in any Angular module
Invalid usage of imports in non-standalone components: src/app/app.component.ts#L6
Only standalone components can use imports
Unused import: netlify/functions/config/db/schema/posts.ts#L1
Unused import specifier bigserial
Unused import: src/app/state/user/index.ts#L5
Unused import { throwError } from 'rxjs';
Unused local symbol: netlify/functions/users/index.ts#L5
Unused parameter next
Unused local symbol: src/app/pages/login/login.component.ts#L25
Unused readonly field navigate
qodana
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636