Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] InvalidAccessKeyId #3940

Open
nmoturi opened this issue Jan 29, 2025 · 2 comments
Open

[BUG] InvalidAccessKeyId #3940

nmoturi opened this issue Jan 29, 2025 · 2 comments
Labels
question Further information is requested

Comments

@nmoturi
Copy link

nmoturi commented Jan 29, 2025

Describe the bug
After the upgrade from 2.2.3 to 2.2.4, we are seeing a errors in server logs indicating invaild acces key id "InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records."

To Reproduce
Steps to reproduce the behavior:

Configure Flowise with s3 storage

Expected behavior
Need to work with the s3 existing access keys

Screenshots
2025-01-29 02:22:13 [ERROR]: unhandledRejection: The AWS Access Key Id you provided does not exist in our records.
InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records.
at throwDefaultError (/usr/local/lib/node_modules/flowise/node_modules/@smithy/smithy-client/dist-cjs/index.js:867:20)
at /usr/local/lib/node_modules/flowise/node_modules/@smithy/smithy-client/dist-cjs/index.js:876:5
at de_CommandError (/usr/local/lib/node_modules/flowise/node_modules/@aws-sdk/client-s3/dist-cjs/index.js:4935:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /usr/local/lib/node_modules/flowise/node_modules/@smithy/middleware-serde/dist-cjs/index.js:35:20
at async /usr/local/lib/node_modules/flowise/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js:483:18
at async /usr/local/lib/node_modules/flowise/node_modules/@smithy/middleware-retry/dist-cjs/index.js:321:38
at async /usr/local/lib/node_modules/flowise/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js:286:18
at async /usr/local/lib/node_modules/flowise/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js:109:22
at async /usr/local/lib/node_modules/flowise/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js:136:14
at async /usr/local/lib/node_modules/flowise/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js:33:22

Setup

  • Installation [docker`]
  • Flowise Version 2.2.4
  • OS: Linux]
  • Browser [e.g. chrome]
@HenryHengZJ
Copy link
Contributor

can you check on your AWS side? does the key exists, and is it the right key?

@HenryHengZJ HenryHengZJ added the question Further information is requested label Feb 4, 2025
@nmoturi
Copy link
Author

nmoturi commented Feb 4, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants