Hey @pritish1708 ! Did you find a fix for this? I sshd into ec2 and even fargate via execute and raw curling works but getting it via the go sdk fails for some reason
hey @rakeshr , any updates on this? I recently tried everything from scratch and this still fails, only the quotes API.
Works locally, just not on AWS under my alb. (all other routes such as historical data work flawlessly, just this)
Yup, I'm following that exactly as specified in documentation and it works perfectly fine as expected on local end to end, but when I build the image and push it to AWS only this specific route fails, which makes is weird to debug too, will try debu…
I think the gokiteconnect SDK takes care of that part, and it works fine in development
Moreover my backend expects params in the way I send, as seen in the code snippet and it parses and uses the SDK's GetQuote as shared below
https://pk…