I'm running Chromium Version 130.0.6723.58 on Ubuntu 24.04
When you start Google Maps you'll see the message
Network location provider at 'https://www.googleapis.com/' : Returned error code 403.
in the console.
You can reproduce the problem with this JS:
navigator.geolocation.getCurrentPosition(() => {}, console.log);
This will show a "GeolocationPosition Error" with error code 2 and the same error as in Google Maps.
By the way: the snap variant of Chromium (same Version) works fine.
I'm running Chromium Version 130.0.6723.58 on Ubuntu 24.04
When you start Google Maps you'll see the message
Network location provider at 'https://www.googleapis.com/' : Returned error code 403.
in the console.You can reproduce the problem with this JS:
navigator.geolocation.getCurrentPosition(() => {}, console.log);
This will show a "GeolocationPosition Error" with error code 2 and the same error as in Google Maps.
By the way: the snap variant of Chromium (same Version) works fine.