mcgilman commented on PR #8965:
URL: https://github.com/apache/nifi/pull/8965#issuecomment-2307848650
> @mcgilman Sorry the pinging again. Just want to make sure this doesn't
fall through the cracks.
I just pulled down the latest. After rebasing against current `main` there
were build failures due to changes that have landed after your PR was created.
So I tried to run the PR as-is without rebasing and I'm still seeing issues.
When running through the dev server it fails to serve with
> Application bundle generation failed. [13.461 seconds]
>
> ✘ [ERROR] Undefined function.
> ╷
> 109 │ $surface-light-palette: mat.define-palette($surface-palette, 600,
100, 900);
> │
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ╵
> libs/shared/src/assets/themes/supplemental.scss 109:25 @import
> apps/nifi/src/styles.scss 62:9 root stylesheet
[plugin angular-sass]
>
> angular:styles/global:styles:1:8:
> 1 │ @import 'apps/nifi/src/styles.scss';
I then tried running with the built application but I'm seeing this error in
dev tools when attempting to open the `MoveControllerService` Component.
```
TypeError: g is not iterable
at chunk-VIZEOFFB.js:70:66450
at Array.forEach (<anonymous>)
at o.loadChildOptions (chunk-VIZEOFFB.js:70:66333)
at new o (chunk-VIZEOFFB.js:70:65423)
at o.ɵfac [as factory] (chunk-VIZEOFFB.js:70:67428)
at hn (chunk-ZKVQE3GD.js:7:23746)
at TC (chunk-ZKVQE3GD.js:7:63202)
at mn.create (chunk-ZKVQE3GD.js:7:61795)
at Vg.createComponent (chunk-ZKVQE3GD.js:7:64954)
at t.attachComponentPortal (chunk-6XYXU2WR.js:1:110675)
```
Once the PR is updated I should be able to get some more eyes on it quickly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]