diff --git a/ee/api/chalicelib/core/heatmaps.py b/ee/api/chalicelib/core/heatmaps.py index ce483a172..35ac03751 100644 --- a/ee/api/chalicelib/core/heatmaps.py +++ b/ee/api/chalicelib/core/heatmaps.py @@ -422,7 +422,7 @@ else: if url is None or len(url) == 0: return None - return url[0]["path"] + return url[0]["url_path"] def search_short_session(data: schemas.HeatMapSessionsSearch, project_id, user_id,