Employee location map not loading in HexnodeSolved

Participant
Discussion
2 weeks ago Jun 01, 2026

Hi, the employee location map in our Hexnode portal was working earlier, but now the location view is blank/not loading. The device location data seems to be available, but the map itself is not displaying properly. Has anyone seen this happen after using Google Maps with Hexnode for a while?

Replies (2)

Marked SolutionPending Review
Hexnode Expert
2 weeks ago Jun 01, 2026
Marked SolutionPending Review

Hi @jimena,

This can happen if the Google Maps API key configured in Hexnode is no longer valid or if the required Google Maps API is not enabled for the key.

To fix this, generate a new Google Maps API key and add it to Hexnode:

  1. Go to the Google Maps Platform Console.
  2. Create a new project or select an existing project.
  3. Make sure billing is enabled for the Google Cloud project.
  4. Enable the Maps JavaScript API.
  5. Go to APIs & Services > Credentials.
  6. Create an API key.
  7. Restrict the API key using HTTP referrers for the site where the Hexnode portal is accessed.
  8. Copy the generated API key.

Then update it in Hexnode:

  1. Log in to the Hexnode portal.
  2. Go to Admin > General Settings.
  3. Navigate to Google Map API Key Settings.
  4. Paste the new API key.
  5. Save the changes.

After saving the new key, reload the location page and check whether the map loads correctly. For more information, check out the help documentation on integrating Google Maps API with Hexnode.

Regards,
Sienna Carter
Hexnode UEM

Marked SolutionPending Review
Participant
2 weeks ago Jun 01, 2026
Marked SolutionPending Review

Thanks, that worked.

Save