AMAZON S3 CONFIG FAILED

Hi ! how to fix this error : twenty-server-1 | BaseGraphQLError [GraphQLError]: Could not load credentials from any providers When trying to upload file, NB: I'm using docker selfhost installation like this : STORAGE_TYPE=s3 STORAGE_S3_REGION=us-east-1 STORAGE_S3_NAME=xxxx STORAGE_S3_ENDPOINT=https://xxx.s3.us-east-1.amazonaws.com STORAGE_S3_ACCESS_KEY_ID=xxxxx STORAGE_S3_SECRET_ACCESS_KEY=xxxxx
2 Replies
nickponcho
nickponcho20h ago
Have you tried adding the env variables to both server and worker in the docker compose file?
thomast
thomast12h ago
can you display your docker env variables and make sure the variables are set?

Did you find this page helpful?