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 103a98c commit 4752d7aCopy full SHA for 4752d7a
core/config/profile/PlatformProfileLoader.ts
@@ -109,7 +109,7 @@ export default class PlatformProfileLoader implements IProfileLoader {
109
title: configResult.config?.name ?? `${ownerSlug}/${packageSlug}`,
110
errors: configResult.errors,
111
iconUrl: iconUrl,
112
- uri: `${controlPlaneEnv}${ownerSlug}/${packageSlug}`,
+ uri: `${controlPlaneEnv.APP_URL}${ownerSlug}/${packageSlug}`,
113
rawYaml,
114
};
115
0 commit comments