UI authentication issues with solr-nightly:10.1.0
Summary The issue at hand is related to UI authentication with the apache/solr-nightly:10.1.0-SNAPSHOT image in a Docker container. After enabling basic authentication using docker exec -i solr10 bin/solr auth enable -type basicAuth -credentials admin:password, the Solr UI becomes inaccessible, resulting in an HTTP ERROR 401 Authentication failed response. However, the backend API continues to function … Read more