@ncamm If you are still having this issue, then there are a few things you can try to troubleshoot this issue:
-
Check that the Meilisearch service is running on your Vagrant machine. You can do this by connecting to the Vagrant machine via SSH and running
systemctl status meilisearch. -
Check that the Meilisearch UI is configured to listen on the correct host and port. You can check the Meilisearch configuration file at
/etc/meilisearch/meilisearch.yml. Make sure that thebindandportvalues are set to0.0.0.0and7700, respectively. -
Check that the port forwarding configuration in your Homestead.yaml file is correct. Make sure that the
sendandtovalues for theportsentry are set to7700and7700, respectively. -
Restart the Meilisearch service and the Vagrant machine to apply the changes.