Pipeline rendering failure for resources without icons in Concourse
search cancel

Pipeline rendering failure for resources without icons in Concourse

book

Article ID: 440098

calendar_today

Updated On:

Products

VMware Tanzu Platform Core

Issue/Introduction

Concourse console has problems loading with latest version of Concourse. Pipelines no longer render if there are any resources that don't have icons.

Concourse console records UI failure:

index.mjs:722 Uncaught TypeError: Cannot read properties of undefined (reading 'startsWith')
    at addIcon (index.mjs:722:16)
    at createGraph (index.mjs:582:9)
    at index.mjs:31:17
    at draw (index.mjs:20:3)
    at renderPipeline (index.mjs:11:5)
    at elm-setup.js?id=4bf3effe:66:22
addIcon @ index.mjs:722
createGraph @ index.mjs:582

Environment

Concourse v8.2.0

Resolution

There was a regression in Concourse v8.2.0 caused by PR 9564. This issue will fixed in an upcoming release of Concourse (see merged pull request). Please monitor Concourse product page of Broadcom downloads for new product updates.

Additional Information

Reference: https://github.com/concourse/concourse/issues/9570