Skip to content

Continuous Deployment Matrix errors #3938

@dobromirts

Description

@dobromirts
  1. SSR prerender errors in name: Build application step - getBoundingClientRect called during SSR prerender causes build failure
  • The CD build has multuple erros during the prerendering step with TypeError: this._el.nativeElement.getBoundingClientRect is not a function. The IgxStepperComponent.calculateStepDistance and also several other comonents which are using getBoundingClientRect in ngAfterViewInit without guarding for a server-side (Node.js) environment where the DOM API is unavailable.
Image
  1. git push to igniteui-live-editing-samples rejected due to non-fast-forward in -name: Push changes step in cd-matrix.yml - The "Push changes" step in the CD matrix workflow fails with a rejected push when the remote vNext/master branch of igniteui-live-editing-samples contains commits not present in the local clone.
Image

https://github.com/IgniteUI/igniteui-angular-samples/actions/workflows/cd-matrix.yml

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions