Hi, This https://github.com/apache/activemq-artemis-console/pull/109 should fix the issue.
-- Vilius From: Gašper Čefarin <gasper.cefa...@actual-it.si> Sent: Tuesday, July 22, 2025 10:17 AM To: users@activemq.apache.org Subject: Re: Artemis 2.42.0/Console 1.2.1 - unable to send messages from console This issue was reported before console version 1.2.1 made it into activemq artemis, so i'm not sure why it wasn't taken into consideration. From the bug report: You can disable CSP headers in /console.war/WEB-INF/web.xml: <!-- <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> --> ________________________________ From: Domenico Francesco Bruscino <bruscin...@gmail.com<mailto:bruscin...@gmail.com>> Sent: 21 July 2025 17:38:24 To: users@activemq.apache.org<mailto:users@activemq.apache.org> Subject: Re: Artemis 2.42.0/Console 1.2.1 - unable to send messages from console Hi George, I can reproduce this issue on Apache ActiveMQ Artemis 2.42.0. This issue for this bug is ARTEMIS-5569 [1]. [1] https://issues.apache.org/jira/browse/ARTEMIS-5569 Regards Domenico On Mon, 21 Jul 2025 at 15:33, Kamara, George (RWS CIV) <george.kama...@rws.nl.invalid<mailto:george.kama...@rws.nl.invalid>> wrote: > Hi All > > Im doing a dry run of releasing 2.42.0 > > The user I am logged in has permission to send to all queues - but it > looks like the input box isn’t being rendered or it’s not accepting input. > > Im using chrome and have tried incognito as well, but both result in the > same. > > Any pointers? - as always thanks in advance > > > > 2.41.0: > > > > 2.42.0: >