microsoft/AzUrlShortener

TinyBlazerAdmin - customDomain Environment Variable Not Used in Copy Link Generation

TechWacko opened this issue · 1 comments

Within TinyBlazerAdmin the customDomain environment variable is not being used to generate the Copy button links properly and also the hyperlink for the entry.

I have the customDomain Environment Variable specified on the Static Web App:
image

When I click the copy button I get a link using the default out of the box domain without the "https://":
azurlshortener-******.azurewebsites.net/copilot

If I use the hyperlink for the vanity I get the following:
image

image

You inserted the custom domain on the FrontEnd Static Web APP, which is incorrect.
You must insert it on the Function App (API/Backend).

image