79482132

Date: 2025-03-03 21:03:34
Score: 7.5 🚩
Natty:
Report link

I have the same error but with SES. I would like to use the IAM Role which has the AmazonSESFullAccess and the AdministratorAccess-Amplify. But im keep getting this error what you mentioned: [CredentialsProviderError]: Could not load credentials from any providers. This is how im using it.

"use server" 
import { SESClient, SendEmailCommand } from "@aws-sdk/client-ses";
const sesClient = new SESClient({region: process.env.SES_REGION});

Have you gotten any solution for this issue? Ive tried also adding fromNodeProviderChain() but same result.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (1): I have the same error
  • RegEx Blacklisted phrase (2): any solution for this issue?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user29875536