UDAPI100016: Invalid Credentials

{“status”:“error”,“errors”:[{“errorCode”:“UDAPI100016”,“message”:“Invalid Credentials”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI100016”,“property_path”:null,“invalid_value”:null}]}

I could authenticate and input the OTP and 6digit pin. Post that operation, I am getting the above response. It is not redirecting. I am running the app in local host. Redirection api will be http://127.0.0.1:3001/upstox/addToken/ Please help.

@bnazneen997,

Thanks for reaching out!

Error code ‘UDAPI100016’ is typically caused by a cache-related issue. Specifically, it occurs when your client app isn’t able to retain the authenticating system’s information in the local cache.

Could you try adjusting the cache settings on your app to see if that resolves the issue?

Please keep us updated on what actions you take.

Thanks!