OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Issue: We were directly using the email address as the href value for the anchor element for application support. This is causing an issue where the link https://domain.com/path/apps/emailid is created incorrectly. Instead of opening the email client when clicking on Get App Support, it opens the application path and treats the email address as a fully qualified name of the application.
Issue: We were directly using the email address as the
href
value for the anchor element for application support. This is causing an issue where the linkhttps://domain.com/path/apps/emailid
is created incorrectly. Instead of opening the email client when clicking onGet App Support
, it opens the application path and treats the email address as a fully qualified name of the application.https://github.com/user-attachments/assets/a3758c8c-8f26-4956-ba8d-56cd371c9a9b
Fix: Added a
mailto:
URI scheme so that theGet App Support
link opens the user's default email client with the provided support email address.https://github.com/user-attachments/assets/64798636-0a4d-460d-a51d-56c80d2af894