Trying to finish the OAuth flow always results in this error:
OAuth token exchange failed: invalid_client: client_id is required. error=invalid_client&error_description=client_id+is+required.
The client ID is set, otherwise the banner wouldn't have appeared. I also checked, the code in the callback is valid as well.
Callback URL: http://127.0.0.1:4567/oauth/callback?code=<redacted>&state=<redacted>
Trying to finish the OAuth flow always results in this error:
The client ID is set, otherwise the banner wouldn't have appeared. I also checked, the code in the callback is valid as well.
Callback URL:
http://127.0.0.1:4567/oauth/callback?code=<redacted>&state=<redacted>