We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MAXMIND_LICENSE_KEY="LICENSE_KEY_GOES_HERE"
php artisan geoip:update Updating... [Exception] Unable to download database. (Unauthorized)
php artisan geoip:update Updating...
[Exception] Unable to download database. (Unauthorized)
Removing the quotes from the license key in .env File, this worked for me: MAXMIND_LICENSE_KEY=LICENSE_KEY_GOES_HERE
MAXMIND_LICENSE_KEY=LICENSE_KEY_GOES_HERE
php artisan geoip:update Updating... Database file (/var/www/my-website-name/polr/storage/app/geoip.mmdb) updated.
git rev-parse HEAD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
MAXMIND_LICENSE_KEY="LICENSE_KEY_GOES_HERE"
Current Behavior: Unable to download database. (Unauthorized)
Possible Solution
Removing the quotes from the license key in .env File, this worked for me:
MAXMIND_LICENSE_KEY=LICENSE_KEY_GOES_HERE
Your Environment
git rev-parse HEAD
): 6e73538The text was updated successfully, but these errors were encountered: