DTaaS icon indicating copy to clipboard operation
DTaaS copied to clipboard

[BUG] Clicking on the Workbench tab throws an error

Open aryanpingle opened this issue 1 year ago • 0 comments

Describe the bug

When I click on the workbench tab after logging in, I see this:

Unexpected Application Error!
Cannot read properties of undefined (reading 'icon')
TypeError: Cannot read properties of undefined (reading 'icon')
    at https://localhost/static/js/main.e809d595.js:75:53320
    at Array.map (<anonymous>)
    at https://localhost/static/js/main.e809d595.js:75:53253
    at I_ (https://localhost/static/js/main.e809d595.js:75:53341)
    at ho (https://localhost/static/js/main.e809d595.js:2:1450428)
    at Tl (https://localhost/static/js/main.e809d595.js:2:1510079)
    at Sc (https://localhost/static/js/main.e809d595.js:2:1499185)
    at fc (https://localhost/static/js/main.e809d595.js:2:1499113)
    at hc (https://localhost/static/js/main.e809d595.js:2:1498976)
    at ac (https://localhost/static/js/main.e809d595.js:2:1495756)

image

To Reproduce

Start a local server (I'm using compose.local.secure.yml), and try clicking on the workbench tab after logging in.

It seems to originate from the latest commit (Adds Digital Twin create and Library features) since the tab opens correctly on the previous ones.

Application Environment

Please provide the following information:

  • OS: Windows 10
  • Browse: Chrome
  • DTaaS Release: Latest commit (1b0e8d6c5c18d904027961b5863bbf4874f4b7b9)

aryanpingle avatar Dec 11 '24 10:12 aryanpingle