Skip to content

Commit fd7f33f

Browse files
Update shell-ui/src/initFederation/ConfigurationProviders.tsx
Co-authored-by: JBWatenbergScality <75977494+JBWatenbergScality@users.noreply.github.com>
1 parent 4fd9ff2 commit fd7f33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell-ui/src/initFederation/ConfigurationProviders.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function useConfigRetriever(): {
124124
}
125125
if (configType === 'run') {
126126
throw new Error(
127-
`MicroAppRuntimeConfiguration not found for ${apps[0].kind}: Please check your MicroAppRuntimeConfiguration`,
127+
`MicroApp's RuntimeAppConfiguration not found for app with kind ${apps[0].kind}: Please check your RuntimeAppConfiguration. Here is a list of known configurations:\n ${JSON.stringify(configs, null, 2)}`
128128
);
129129
}
130130
}

0 commit comments

Comments
 (0)