Oh-link not work in popup

Hello

I use an oh-link in a page.
The link works fine in a normal display.
But when the page is displayed in a popup the link goes to http://serveur.local:8080/popup/page:musique/https:/duckduckgo.com/?t=ftsa&q=RTS%20Couleur%203 (instead of https:/duckduckgo.com/?t=ftsa&q=RTS%20Colour%203)

Is this a bug?

yaml of the link code

                    - component: oh-link
                      config:
                        style:
                          color: white
                          font-size: 16px
                          text-shadow: black 1px 1px 6px, black -1px 1px 6px, black 1px -1px 6px, black
                            -6px -1px 6px
                        text: =items.PlayerArtist.state
                        href: ="https://duckduckgo.com/?t=ftsa&q="+items.PlayerArtist.state

Try adding:

external: true

to the config.

The browser cache caused me some problems but now it works.

thanks Justin

“external: true” is not documented on oh-link - Link | openHAB is there a more complete documentation?

Extended properties like that are often documented in the base f7 library.