In my application, the call to authorize (which blocks the entire application) takes 1-3 seconds
When copied as curl and executed in the command line it’s not faster
As you can see it’s all waiting on server response time. How can we debug this further?
Edit: It appears that the login flow actions are running even on silent auth. My understanding is that they aren’t supposed to be running here (they only show up in the logs until login, not silent auth)

