I experienced this error while trying to create Amazon post using HTTP module.
I used PostMan it worked but when I use make it returns this error
" ConnectionError
ECONNRESET: Service is temporarily unavailable."
Pls how do I solve this?
Hey @Timilehin_Adesoba,
Amazon is saying their API is currently unavailable. Perhaps give 5 mins or an hour. After that, contact their support
1 Like
I did that too, I tried again after a few minutes, hours, and even days same error.
I created the same API on postman and it worked.
Ok that’s good news that it’s working via postman. Now to get the HTTP module to produce the same API call.
Install the Make DevTools chrome extension and you can see what API call is actually being made by your modules. Compare it to your postman API and figure out what’s different.