[ 
https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17010109#comment-17010109
 ] 

Jan Høydahl commented on SOLR-14176:
------------------------------------

Think it's a cache. It works here both on Safari, Chrome and Firefox:

{noformat}
docker run --rm --name solr84 -d -p 8983:8983 solr:8.4.0 -c
docker exec solr84 solr create -c testcoll -replicationFactor 3
open http://localhost:8983/solr/#/~cloud?view=graph
# Verify GUI
docker stop solr84
{noformat}

> Graph of SolrCloud is not shown in UI
> -------------------------------------
>
>                 Key: SOLR-14176
>                 URL: https://issues.apache.org/jira/browse/SOLR-14176
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI, SolrCloud
>    Affects Versions: 8.4
>         Environment: Linux RHEL
>            Reporter: Jörn Franke
>            Priority: Major
>         Attachments: Screen Shot 2020-01-07 at 4.21.01 PM.png
>
>
> Since 8.4 the Graph in the Admin UI (Solr Cloud) is not shown. The console 
> reveals that it uses the eval function which is blocked by 
> Content-Security-Policy (probably introduced in 8.4).
> I dont want to prescribe a solution here, but you could find the eval 
> statement in the Admin UI and get rid of it (if possible, it might be a third 
> party library) or relax the CSP for this specific page.
>  
> At the moment, the page is not usable, but this only means a limited view on 
> what happens in Solr - it does not affect running Solr.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to