During the installation of Sitecore Experience Commerce 9.0 I encountered the following error:
TerminatingError(Invoke-RestMethod): "Error 404 Not Found HTTP ERROR 404 Problem accessing /solr//admin/cores. Reason: Not Found"
This one was quite a simple one to fix, in the parameters in the installation PowerShell file, the SolrUrl parameter had a "/" at the end:
SolrUrl = "https://localhost:8983
↧