UI Framework slow deploying component
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 02:44 AM
Hi,
I am developing a custom UI Component for UI Builder. This basically works well, but I have an issue deploying the component to my instance using snc as this process is taking very long.
This is the last output:
📁 @Servicenow/ui-renderer-snabbdom
92% sealing asset processing sn-tectonic-webpack-dependency-manifestThere are no TOML files to parse.
Looks like this step takes up to 10-15 minutes until
95% emitting emit SimpleCopyPlugin
appears and deployment starts.
What is happening during this sealing? Can this be in some way improved?
thanks
thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 09:58 PM
Having similar issue with simple test component. My deployment also stops at 92% sealing....with about a 2-3 minute wait.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 04:13 PM - edited 10-02-2024 04:13 PM
It takes longer than 2-3mins. It takes about 40min for me to deploy the ui-component to snow instance.
It gets stuck at below along with few node.js warnings.
Does anyone has suggestion as to why this might be happening?
92% sealing asset processing sn-tectonic-webpack-dependency-manifestThere are no TOML files to parse.
(node:81877) [DEP0128] DeprecationWarning: Invalid 'main' field in '/Users/[user]/WebstormProjects/servicenow-workspace-widget/node_modules/@servicenow/now-alert/package.json' of 'dist/@servicenow/now-alert.js'. Please either fix that or report it to the module author
(node:81877) [DEP0128] DeprecationWarning: Invalid 'main' field in. '/Users/[user]/WebstormProjects/snowWidget/node_modules/@servicenow/now-button/package.json' of 'dist/@servicenow/now-button.js'. Please either fix that or report it to the module author.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 10:18 AM
It's the same here. My project folder now contains about 5-6 components, and a deployment takes at least 1 hour. That is very unsatisfying.