I’m facing an issue where the Upstox token webhook (/api/upstox/notifier) works fine when tested via Postman — logs appear and DB is updated. But when Upstox triggers it after login, nothing shows in Flask or NGINX logs.
@samseer_mannissery Could you please share the Notifier URL? I will coordinate with the security team to get it whitelisted.
Thanks.
The Notifier URL is: https://traddapp.com/api/upstox/notifier
@Anand_Sajankar . any Update?
Hi @samseer_mannissery, The team is actively working on this. I’ll update this thread once it’s resolved. Thank you for your patience.
@sameer_siddiqui This issue has been resolved! Please give it a try and let us know if you face any further issues.
I too had similar issue. On a finer note, I was running the webhook service on a separate port, viz., https://example.com:9443/upstox/auth/webhook. Unfortunately the webhook notifier on Upstox side did not handle url and port format. When I removed the port and changed to default SSL it worked.
Can the format URL & PORT be considered too please?