bug description:
MaxMind configuration in standalone (capjs) only allows entering a license key, but the current MaxMind API also requires an account ID for download. The GUI has no field for supplying the required account ID, causing downloads or updates to fail.
affects:
to reproduce:
- Go to the IP database settings of cap standalone
- Select MaxMind GeoLite2 as source
- Enter a valid license key
- Attempt to save/download
- Observe: download fails due to missing account ID or uses a deprecated endpoint
expected behavior:
There should be a field for MaxMind account ID. The backend should use the current MaxMind download URL that requires both account ID and license key via HTTP basic auth.
screenshots:
—not applicable—
versions and environment:
Cap standalone, browser (any), any OS. As of June 2026, with current MaxMind download API requirements.
additional context:
bug description:
MaxMind configuration in standalone (capjs) only allows entering a license key, but the current MaxMind API also requires an account ID for download. The GUI has no field for supplying the required account ID, causing downloads or updates to fail.
affects:
to reproduce:
expected behavior:
There should be a field for MaxMind account ID. The backend should use the current MaxMind download URL that requires both account ID and license key via HTTP basic auth.
screenshots:
—not applicable—
versions and environment:
Cap standalone, browser (any), any OS. As of June 2026, with current MaxMind download API requirements.
additional context:
standalone/src/ipdb.js,standalone/public/js/dashboard.js