-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Workshop is failing during when onboarding new tenants via 'onboard-tenants.sh' script.
Received new registration {
name: 'basic-tier-user',
email: '[email protected]',
companyName: 'Basic-tier-tenant',
plan: 'basic'
}
Creating tenant: {
name: 'basic-tier-user',
email: '[email protected]',
companyName: 'Basic-tier-tenant',
plan: 'basic'
}
REGION: us-west-2
[Nest] 62 - 09/02/2025, 8:40:05 AM ERROR [ExceptionsHandler] Could not load credentials from any providers
CredentialsProviderError: Could not load credentials from any providers
at /app/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js:129:13
at /app/node_modules/@smithy/property-provider/dist-cjs/index.js:99:33
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async coalesceProvider (/app/node_modules/@smithy/property-provider/dist-cjs/index.js:126:18)
at async /app/node_modules/@smithy/property-provider/dist-cjs/index.js:144:18
at async /app/node_modules/@smithy/core/dist-cjs/index.js:85:17
at async /app/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js:33:22
at async RegistrationService.store (/app/dist/apps/shared/tenant-registration/main.js:585:21)
at async RegistrationService.create (/app/dist/apps/shared/tenant-registration/main.js:567:24)
at async /app/node_modules/@nestjs/core/router/router-execution-context.js:46:28