Why I am getting RequestTimeout on @aws-sdk@client-s3 in Mac OS #6758
Unanswered
shohidulbari
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Let me provide a simple example to illustrate the issue. When I run this server on my macOS machine, it results in a RequestTimeout error. However, when I execute the exact same code on a remote Ubuntu server, it functions as expected. I also attempted to replicate the Ubuntu environment using Docker on my macOS system, but the issue persisted.
For reference, I am not using any VPN or proxy. Additionally, it is worth noting that if I use version 2 of the aws-sdk, the code works correctly on macOS.
Update: node 18 works fine but node 20+ doesn't work
Beta Was this translation helpful? Give feedback.
All reactions