Can I disable basset? curl error 6: getaddrinfo() thread failed to start #1195
-
Is there a way to disable basset? I upgraded to backpack 6 and I had loads of problems since. Or this error curl error 6: getaddrinfo() thread failed to start (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://cdnjs.cloudflare.com/ajax/libs/noty/3.1.4/noty.min.css Not sure if this is because its doing too many request to cache all the basset files and AWS is not liking it? I have also tried to add a route which clears the basset but its not working? I would actually prefer if there is a way to remove basset all together? its been giving me so many troubles, when I push to staging I get all sorts of problems, but then on production sometimes works ok.... I am deploying my application to AWS ECR where is a load balancer... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello @Read2uk This look mostly as a server config problem. Did you try cleaning fully the cache
Check too if storage has correct permissions.
And if nothing result, you can try to create again symlink.
You can check basset docs to see if there is other command who will be needed, like this. Let me know if thats work for you. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Due to not activity, I will close this issue, but please feel free to re-open or create a new one. Cheers. |
Beta Was this translation helpful? Give feedback.
-
So I believe I have found the fix to my error: curl error 6: getaddrinfo() thread failed to start Many users have complained about php 8.3-apache bookworm having library issues when used with docker. |
Beta Was this translation helpful? Give feedback.
So I believe I have found the fix to my error: curl error 6: getaddrinfo() thread failed to start
Many users have complained about php 8.3-apache bookworm having library issues when used with docker.
I have migrated to php 8.3 bullseye instead and the problem is now gone. Will update if this is not the fix.
Ref:
docker-library/php#1485
docker-library/python#837