oauth2_client icon indicating copy to clipboard operation
oauth2_client copied to clipboard

Getting an ArgumentError suddenly.

Open KBearMan opened this issue 2 years ago • 0 comments

Trying to run getTokenWithAuthCodeFlow(). I have the redirect and customUri set to the same thing, the localhost:8080. It was working fine for the past week but now suddenly it gives me this error.

ArgumentError (Invalid argument (callbackUrlScheme): must be a valid URL scheme: "http://localhost:8080/")

KBearMan avatar May 09 '23 02:05 KBearMan