Dashboard v2 and Worldmap issues after update to v 1.24.0

After updating dashboard version to 1.24.0, I can no longer view the world map and widget labels display like this:
image
To view the worldmap I am using an iframe in ui-template node like this:

<template>
    <iframe src="/myworldmap" class="myworldmap"></iframe>
</template>
<style>
    .myworldmap {
        width: 100%;
        height: 100%;
    }
</style>

When I hover the mouse over the map view I see this message:' localhost redirected you too many times'
I updated both the dashboard and worldmap nodes to their latest versions.
Before the update everything was working perfectly. I have not made any other code changes. I restarted node-red after the updates. Here is the current version info from the console.
23 May 12:26:41 - [info] Node-RED version: v4.0.9
23 May 12:26:41 - [info] Node.js version: v23.6.1
23 May 12:26:41 - [info] Windows_NT 10.0.26100 x64 LE
23 May 12:26:41 - [info] Loading palette nodes
23 May 12:26:42 - [info] Worldmap version: 5.1.5
23 May 12:26:42 - [info] Node-RED Dashboard 1 not found - ui_worldmap node not installed.
23 May 12:26:43 - [info] Settings file : C:\NR1885\settings.js
23 May 12:26:43 - [info] Context store : 'default' [module=memory]
23 May 12:26:43 - [info] User directory : C:\NR1885
23 May 12:26:43 - [warn] Projects disabled : editorTheme.projects.enabled=false
23 May 12:26:43 - [info] Flows file : C:\NR1885\flows.json
23 May 12:26:43 - [info] Server now running at http://127.0.0.1:1885/
23 May 12:26:43 - [warn]

Please check recent posts before raising issues. This has been covered recently.

D2 introduced a bug, either downgrade D2 or wait for the new release.

Thanks, I did check for recent bugs but didn't find anything new.

See here