8 months ago
Ive been having issues with my meilisearch service, starting with problems trying to connect via internal network which makes me connect it with external url, then sometimes it takes long to reply to simpler requests and when syncing it will fail with timeout
23 Replies
8 months ago
Hello,
What issues did you experience when connecting via the private network?
this is other project, the project i put here in chat have the same issue with Meilisearch
8 months ago
I think it is because you aren't using a port in that URL.
I added the Port to URL, 3331, provider by the service un the variables sección, it's still giving issues to connect

8 months ago
Shouldn't it be 3331?
something different i noticed uysing the port is, with port it wont crash and it will say connected but a different error will come

8 months ago
This is still relevant, you are currently using 3306, should you not be using 3331?
checking the issue, in my app, i connect to mysql, get the data and send to meilisearch to sync them, now with the meilisearch conection via internal networking mysql started to fail and sometimes meilisearch fails, that error of 3306 is mysql connected via internal networking failing, and thnat will only happen if both are connected via internal url, if one of both is connected with the public url that error wont come
the port in the url worked, thanks







