Hello all! I hope someone can give me some hints, ...
# community-help
z
Hello all! I hope someone can give me some hints, what the problem is. I am developing a website, using Laravel 10 in a k3s cluster. On my development environment (set all up with docker) typesense worked great. I set up the code on the k3s cluster, set up typesense pod and was able to import data from some tables into typesense with laravel scout. And it worked. But when I used more than 1 replicas, typesense (or laravel) started to give me curl errors: cURL error 3: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://typesensetcp//10.43.153.2128108/collections/articles After, when I set 1 replica again on the laravel deployment, it continued to drop me this error and when I try to import data into typesense it drops this error there too. I would be very happy if someone can give me some advices, what I am doing wrong. If it is not a typesense issue, or typesense configuration issue, please let me know, so then sorry for taking your time.