Clicking on "Storage" from the side menu does nothing. Can't access Storage page
Description
Problem/Justification
Impact
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity

Ievgen Stepanovych May 4, 2021 at 7:09 AM
Additional findings:
Actual problem is with pixi.js in system folder.
Removing all mentions of pixi.js removes the error.
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.
Removing pixi-projection didn't help.
Updating pixi to latest version within 4 branch didn't help.
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
It only happens with build:prod:aot.
The offending code mysteriously dissapears if I enable source maps with --source-map, even in build:prod:aot.
It is near pixi.js code, but could be something compiler includes to make something work.
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".
Details
Assignee
Ievgen StepanovychIevgen StepanovychReporter
Rehan YousafRehan YousafFix versions
Priority
Low
Details
Details
Assignee

Reporter

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