diff --git a/app/gui/src/dashboard/authentication/service.ts b/app/gui/src/dashboard/authentication/service.ts index 97c1d248aadb..0394eb6bc8a7 100644 --- a/app/gui/src/dashboard/authentication/service.ts +++ b/app/gui/src/dashboard/authentication/service.ts @@ -82,7 +82,9 @@ export interface NestedAmplifyConfig { export function toNestedAmplifyConfig(config: AmplifyConfig): NestedAmplifyConfig { return { region: config.region, - endpoint: config.endpoint, + // endpoint: config.endpoint, + // TODO: Use the endpoint when it is working. + endpoint: undefined, userPoolId: config.userPoolId, userPoolWebClientId: config.userPoolWebClientId, oauth: {