There was an error while loading. Please reload this page.
1 parent 1c4582b commit 0f71612Copy full SHA for 0f71612
README.md
@@ -76,11 +76,13 @@ The backend Route for document upload will not take what I was setting up in the
76
77
So in the backend upload routes .js file I put the below to see what it was throwing.
78
79
+```js
80
console.log(process.env.AWS_BUCKET_NAME);
81
console.log(process.env.AWS_ACCESS_KEY_ID);
82
console.log(process.env.AWS_SECRET_ACCESS_KEY);
83
console.log(process.env.AWS_REGION);
84
console.log(process.env.AWS_Uploaded_File_URL_LINK);
85
+```
86
87
And saw it was taking a completely wrong AWS credentials.
88
0 commit comments