Search Engine Unavailable

Elasticsearch is currently unreachable.


Recommended Solution: Please check the ELASTICSEARCH_URL in your configuration and ensure the Elasticsearch service is running.

Troubleshooting Tips
  • Check your .env.local file for ELASTICSEARCH_URL, ELASTICSEARCH_USER, and ELASTICSEARCH_PASSWORD.
  • Ensure the Elasticsearch service is running on the target server.
  • Check for firewall rules blocking connection to port 9200 (or the port you configured).
  • If you recently changed the mapping, you might need to run the crawler with --clear-index to reset the search index.
Try Again