[
https://issues.apache.org/jira/browse/ARTEMIS-5569?focusedWorklogId=976427&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-976427
]
ASF GitHub Bot logged work on ARTEMIS-5569:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Jul/25 13:24
Start Date: 26/Jul/25 13:24
Worklog Time Spent: 10m
Work Description: GChuf commented on PR #109:
URL:
https://github.com/apache/activemq-artemis-console/pull/109#issuecomment-3121837810
I can confirm that sending msg through frontend works (in yarn start mode at
least, so development build)
The resulting js bundle for patternfly is smaller, and the monaco js files
ARE minified for production builds - for example, html.worker.js is 1074KB.
Both static/js and static/css folders are smaller now. Comparing production
"build" folders for branch main and this branch:
main: 22.4MB, 50 files
vilius/ARTEMIS-5569: 21.4MB, 53 files
(looks great to me)
p.s. I have some issues on login screen on both branches though, but it
seems the errors are not always the same ...
Right now I got "Unknown promise rejection reason". I solved it by tabbing
through the fields and clicking enter on login ...
Not sure whats going on here. Can you confirm if you're seeing the same
stuff or not?
<img width="1640" height="754" alt="image"
src="https://github.com/user-attachments/assets/450064ab-9335-44ad-83af-92b63fb6a51d"
/>
Issue Time Tracking
-------------------
Worklog Id: (was: 976427)
Time Spent: 1h 40m (was: 1.5h)
> 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: 1h 40m
> 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