-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always returns United States #7
Comments
Did the local database file get created? |
Not sure and can't check anymore. I had to replace it. I can't reproduce it in a fresh project. It works fine, until I remove the database file. So I guess something went wrong in creating the local database file. Maybe our firewall that's running in Production is blocking the download. |
I guess some defensive code could be added here for failed downloading, plus not having |
Hi, I am seeing the same issue. We use docker for both local dev and production. It is only production in which I can see this happening. We use AWS Fargate. Not investigated it any further at the moment. Edit: I actually see what the issue is in my case. For production images we remove curl to reduce the image size. As the file is not downloaded it defaults to fallback US. |
I was planning to revsit this for Composer v2 compact checking. I'll investigate whether I can reuse Composer's download mechanism, as that is probably more robust. |
Just to add there is another issue when using Docker. If you don't have write permissions to the vendor path it will also fail to download the CSV. |
The text was updated successfully, but these errors were encountered: