#Slow responses and timeouts with a template (Meilisearch)
24 messages · Page 1 of 1 (latest)
Project ID: N/A
Hello,
What issues did you experience when connecting via the private network?
cant connect
this is other project, the project i put here in chat have the same issue with Meilisearch
i cant make my production project crash because its being used
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
Shouldn't it be 3331?
yes 3331, but it was in a phone, tyhats why u see 3
there you can see, url with port
something different i noticed uysing the port is, with port it wont crash and it will say connected but a different error will come
connect ECONNREFUSED fd12:b5d2:98d2:0:2000:73:92dd:fef5:3306
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