Replies: 1 comment
-
Hi, someone, please help ... I have the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the code base has been using v2 with no issues and during migration to v3 (manual as well as using 'codemod') i keep getting the same error. the only changes have been in the package update and necessary syntax/logic changes. The error seems to change from one file to another and the only constant is that its reading 'undefined' (reading then)
i have checked my AWS config and credentials files and am able to access all AWS services as expected.
I'm using env variables and aws/credentials. im trying to wrap my head around how/why the credentials would be an issue. considering everything works as expected with v2 but with the most minimal changes this error keeps coming up, I also want to add that the error comes up in different files with each testing attempt. im running a new branch from a working state where I only made the following changes to the shared/models/aws/aws.js file that gets shared throughout the code base-
****package.json-
****the old v2 aws.js code-
****the updated v3 aws.js-
Beta Was this translation helpful? Give feedback.
All reactions