Home / Docs / Meilisearch (Hardened) / Troubleshooting
| Symptom | Check | Fix |
|---|---|---|
| 401 on every request | Master key header | Retrieve the key (above) and send it as a Bearer token — there is no keyless mode on this image. |
| Service inactive on first boot | systemctl status meilisearch-firstboot | Key generation must complete once; check /etc/meilisearch.env exists and re-start meilisearch. |
| Index size growing fast | Snapshot/dump directories on the same volume | Ship dumps off-box and prune; grow the volume as needed. |
curl -s http://127.0.0.1:7700/health → {"status":"available"}