@sujith that was typo error I was using apiSecret directly without taking from config file before posting I changed that ,, I generate api_secret again and use that also but still facing same issue that was invalid checksum long time please help me …
@sujith this is my code that was my typo error
I tried whatever suggest in official doc
and I regenerate api_secret also again and put that in config file also
but still same issue I am facing from long time that invalid checksum
`import { con…
Hi i have written the following code and getting "gateway is busy error". Please help:
import { KiteConnect } from "kiteconnect";
import { getEnv } from "../lib/env";
import { configurationFile } from "../lib/config";
var kc = new KiteConnect(
con…