Open nelsonsalves opened 3 years ago
Hi @st0rmblessed,
I have not tested with 8.x, however did you copy the solr configs from the contrib module, located at contrib/search_api_solr/solr-conf-template/8.x?
If so, that is incorrect. you need to run drush to generate the configurations. Those configs are not what you should be using.
linked issue: https://github.com/lando/lando/issues/3148
Hi @Tigatok, that was precisely what I was doing since I thought it was correct. I applied your solution and it worked !!!!! Thank you so much
Tell us about your setup
What is your lando version and operating system?
Lando: v3.1.4 Windows 10 using wsl2
Tell us about your
.lando.yml
Tell us about the error you got
I added the solr service to my lando file and when accessing the solr url i got an error saying
lando: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core lando: Error loading solr config from /var/solr/data/lando/conf/solrconfig.xml
Aditionally from the drupal side, it seems it can access the solr server but not his core. When accessing the solr url it shows that "No cores available" so it seems that lando didn't properly install the solr core.
Any ideas? Am I doing anything wrong? I found some issues that seem similar but they were a bit old.
Thanks in advance