Roy Vogel
Roy Vogel
Also have a problem with the first crawl. array_map(): Argument #2 ($array) must be of type array, MeiliSearch\Contracts\IndexesResults given. 119▕ return array_map( 120▕ fn (Indexes $index) => $index->getUid(), ➜ 121▕...
To solve this problem just edit the line with` $ this->meilisearch->getAllIndexes()->getResults ()` This should also fix meilisearch-php and meilisearch update to version .28 This solves the error! Thanxs, mikzero.
Use v3.2.78 fixed the problem for me. array_diff(): argument #2 must be of type array, string given in update forms with relationships.
Downgrade te version: "filament/filament": "v3.2.78",