Jimmy Reichley
Jimmy Reichley
This also got me. Its extremely unexpected to have a relative url get parsed as `localhost` relative.
Yeah the script "works" but the next commands end up hanging for, as far as I can tell, forever. I left the computer for several hours and came back but...
Here is a recent repro using net6.0 https://github.com/J-Swift/net6-assets-repro
When I tried this it didn't work as intended. I dont remember the details but it didn't play nicely with `SupportedOSPlatformVersion` I think.
So do both auth flows support PKCE, etc? Or are there tradeoffs between them? I'm pretty lost about the differences between them, so it would definitely be helpful to have...
How about now? : D (you guys do a great job btw)
The specific error I get is `ServerErrorPayload(code: 2, message: "QueryChannels failed with error: "stream-authService-type missing or invalid"", statusCode: 401)).`
OK I'll take a look and let you know.
Well I wouldn't say it _fixed_ the issue so much as it changed the API to force me to use my workaround of manually logging in which avoids the issue...
Its the most basic it can be I think ``` public protocol GetStreamTokenFetcher { func getToken() async -> String? } public class GetStreamProxy : NSObject { enum MyError: Error {...