TypeError: body used already for: https://auth.atlassian.com/oauth/token

Before

Resolved by removing console.logs, I am not sure why though… It worked finally.

After

    .then((res) => res.json())
1 Like