Skip to content

Cannot set properties of null (setting 'href') #1177

Description

@dorthrithil

common issue in Sentry

src/app/modules/core/core.component.ts:65:19
in
Object.next
In App
        document.documentElement.style.setProperty(
          '--arrow-highlight-text-color',
          instanceSettingsState.arrowHighlightTextColor,
        );
        if (instanceSettingsState.faviconImage) {
          favIcon.href = instanceSettingsState.faviconImage.thumbnailS;
        } else {
          favIcon.href = 'assets/lc_logo.svg';
        }
      });
    this.store

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions