Clicking on "Storage" from the side menu does nothing. Can't access Storage page

Description

Clicking on the "Storage" option from the side menu does nothing. Getting these errors in the console (screenshot).

Problem/Justification

None

Impact

None

SmartDraw Connector

Katalon Manual Tests (BETA)

Activity

Show:

Bug Clerk May 11, 2021 at 12:41 PM

Bug Clerk May 4, 2021 at 7:10 AM

Ievgen Stepanovych May 4, 2021 at 7:09 AM

Additional findings:

  1. Actual problem is with pixi.js in system folder.

  2. Removing all mentions of pixi.js removes the error.

  3. It may have something to do with how pixi.js is imported, i.e. I got it running once by importing via "import * as PIXI from 'pixi.js'" vs "import { Container } from 'pixi.js'. I wasn't however able to replicate this for the whole project.

  4. Removing pixi-projection didn't help.

  5. Updating pixi to latest version within 4 branch didn't help.

  6. Disabling aot helps

Going to stop working on this now.
I've added a check that will run after build and verify that build happen correctly.

Ievgen Stepanovych May 1, 2021 at 8:19 AM

  1. It only happens with build:prod:aot.

  2. The offending code mysteriously dissapears if I enable source maps with --source-map, even in build:prod:aot.

  3. It is near pixi.js code, but could be something compiler includes to make something work.

  4. This is nodejs code, and there is some other nodejs code that is in the build for whatever reason.

Basically the task here is to figure out why we have nodejs code in prod:aot builds. Search for "process.platform" or "NODE_DEBUG".
The same place (but without an issue) can be found by searching for "Arguments to path.join must be strings".

Bug Clerk May 1, 2021 at 8:13 AM

Complete

Details

Assignee

Reporter

Priority

More fields

Katalon Platform

Created April 30, 2021 at 8:30 PM
Updated July 6, 2022 at 8:59 PM
Resolved May 12, 2021 at 9:22 AM