API request from within Plugin got canceled

So i was trying to obtain the list of webhooks for my team from inside a plugin i’m working on, but my request was canceled

Does anybody know what’s going on?
I sent the token and i sent the team ID.

I’m not certain if the list of calls is in chronological order of when the requests are made, but if so, then the CORS-Preflight is done after the actual call.

Found the issue:

forgot to prevent default behavior on form submission. :roll_eyes:

Could you please be more specific on what you did to solve this? I am running into the same problem, just that I was using axios, not form for submitting the POST call.