-
Couldn't load subscription status.
- Fork 105
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds investigationNeeds to take time to understand the issue.Needs to take time to understand the issue.needs more infoThis issue needs a minimal complete and verifiable exampleThis issue needs a minimal complete and verifiable example
Description
Hi dears , meilisearch giving such error when search (request type post)
Fatal error: Uncaught Meilisearch InvalidResponseBodyException: Http Status: 405 thrown in /var/www/html/vendor/meilisearch/meilisearch-php/src/Http/Client.php on line 186
This error dont giving in meilisearch itself servise (related 127.0.0.1:7700)
VPS info:
4 cores | RAM 8 GB | 100 GB (100% NVMe) | 200 Mbit/s
Also i connect meilisearch from php with docker
Docker conf is:
meilisearch:
image: 'getmeili/meilisearch:latest'
ports:
- '7700:7700'
volumes:
- './Docker/meilisearch/volume/:/meili_data'
networks:
customnetwork:
ipv4_address: 172.20.0.13
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--spider", "5"]
retries: 3
timeout: 5s
Connection define is :
<?php
MEILISEARCH_CONNECT = 'http://172.20.0.13:7700';
const MEILISEARCH_MASTER_KEY = 'masterKey';
const MEILISEARCH_INDEX_KEY = 'products';- OS: [Ubuntu 22]
- Meilisearch version: [v.0.28.1]
- meilisearch-php version: [packagist v0.24.0]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds investigationNeeds to take time to understand the issue.Needs to take time to understand the issue.needs more infoThis issue needs a minimal complete and verifiable exampleThis issue needs a minimal complete and verifiable example