[
https://issues.apache.org/jira/browse/ARTEMIS-5569?focusedWorklogId=976934&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-976934
]
ASF GitHub Bot logged work on ARTEMIS-5569:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/25 12:37
Start Date: 30/Jul/25 12:37
Worklog Time Spent: 10m
Work Description: grgrzybek commented on PR #109:
URL:
https://github.com/apache/activemq-artemis-console/pull/109#issuecomment-3136128492
In prod mode (before icons optimization) there's 15.5MB of JavaScript:
```
$ ll -h *.js
-rw-r--r--. 1 ggrzybek ggrzybek 116K 07-30 14:35 786.a09a9dc1.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 2,1K 07-30 14:35 834.2b549fae.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 2,6K 07-30 14:35 859.9ba9465e.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 2,6K 07-30 14:35 862.685481a9.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 7,3M 07-30 14:35 hawtio.bd9562a7.js
-rw-r--r--. 1 ggrzybek ggrzybek 293 07-30 14:35 main.d81501d6.js
-rw-r--r--. 1 ggrzybek ggrzybek 3,8M 07-30 14:35 monaco.fd2bb988.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 1,4M 07-30 14:35 other.f594e082.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 1,5K 07-30 14:35
patternfly-mini-css-extract-plugin.a9fe3183.js
-rw-r--r--. 1 ggrzybek ggrzybek 2,4M 07-30 14:35
patternfly-patternfly.e245c097.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 152K 07-30 14:35 react.52f8e43c.chunk.js
-rw-r--r--. 1 ggrzybek ggrzybek 9,4K 07-30 14:35 runtime.0aed21eb.js
```
Issue Time Tracking
-------------------
Worklog Id: (was: 976934)
Time Spent: 5h 20m (was: 5h 10m)
> Cannot send message through console
> -----------------------------------
>
> Key: ARTEMIS-5569
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5569
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Web Console
> Affects Versions: console-1.2.1
> Reporter: Gašper Čefarin
> Priority: Blocker
> Labels: pull-request-available
> Attachments: image-2025-07-08-14-06-50-767.png,
> image-2025-07-08-14-08-49-445.png, image-2025-07-08-14-10-27-916.png
>
> Time Spent: 5h 20m
> Remaining Estimate: 0h
>
> I don't know when the bug appeared, I think this functionality worked in
> console 1.1.0.
> Currently, the frontend does not render properly and it's impossible to send
> a message through console.
> !image-2025-07-08-14-08-49-445.png!
>
> !image-2025-07-08-14-10-27-916.png!
> The problem is loading
> “[https://cdn.jsdelivr.net/npm/[email protected]/min/vs/loader.js]” and
> CSP policy.
>
> !image-2025-07-08-14-06-50-767.png!
>
> Commenting out this filter in /console.war/WEB-INF/web.xml works for me.
> {code:java}
> <!--
> <filter>
> <filter-name>ContentSecurityPolicyFilter</filter-name>
>
> <filter-class>io.hawt.web.filters.ContentSecurityPolicyFilter</filter-class>
> </filter>
> <filter-mapping>
> <filter-name>ContentSecurityPolicyFilter</filter-name>
> <url-pattern>/*</url-pattern>
> </filter-mapping>
> -->{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact