Hi Community,
I'm trying to have a web component link to a different webpage on the same server as my app.
Is there a placeholder (or any other way) to get the DMA hostname I can use to build an url in my web component?
Hi, normally you can use <DMAIP> inside the url that will be replaced with your current hostname. I noticed however that the validator doesn't allow this anymore. This can be considered an issue. Absolute paths preceded by a protocol still seem to do the trick though: https:/dashboard/#/, https:/app/my-app-id/page
Fyi, there’s already a task for this (DCP227015) on the backlog.