We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c789904 commit 4dc904dCopy full SHA for 4dc904d
src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/add-domain/+page.svelte
@@ -60,7 +60,7 @@
60
61
const isSiteDomain = domainName.endsWith($regionalConsoleVariables._APP_DOMAIN_SITES);
62
63
- if (apexDomain && !domain && isCloud && !isSiteDomain) {
+ if (isCloud && apexDomain && !domain && !isSiteDomain) {
64
try {
65
domain = await sdk.forConsole.domains.create($project.teamId, apexDomain);
66
} catch (error) {
0 commit comments