Text field with a http link inside

I have table, where in field A I have "Name" and in the field B I have external http link. My goal to click on "Name" and open link destination.
I created question, based on sql-query, opened result table -> Settings -> Field A -> :asterisk: -> Display as Link, Link URL = {{Field B}} -> Done.
Names in field A became as a link, but when I click on it I am redirected to http://localhost:3000/https%3A%2F%2F... Why link contains local address http://localhost:3000 ?

How should I properly add link to text field?

Hi @NewBee
You're seeing this:
https://github.com/metabase/metabase/issues/14846 - upvote by clicking :+1: on the first post
Do it the other way around, return fieldB and change the link name.

I would recommend that you read through all other Click Behavior issues:
https://github.com/metabase/metabase/issues?q=is%3Aopen+is%3Aissue+label%3A"Reporting%2FDashboards%2FClick+Behavior"