From 2ffd69a324c2e702451ae0c5a6ad7e0815399b40 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 1 Jun 2026 15:24:50 -0400 Subject: [PATCH] Fix the formatting? --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 98ac26e..fb06e16 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,9 @@ install it on Windows with `winget install Twitch.TwitchCLI`. me right. 5. On the __OAuth Redirect URLs__ you'll see this error `Redirect URIs must use HTTPS protocol`. The problem is `twich-cli` creates a Oauth2 receiver at `http://localhost:3000` so it can't be https. -__Just add http://localhost:3000/ anyway.__ The error message seems to be wrong, but I ran into a -situation where I couldn't add so I had to do this: - 1. Add a fake url `https://localhost:3000`. Yes, `https`, make sure that's there. - 2. Then add a second one with `http://localhost:3000`. - 3. Remove the first `https` one and you're done. +__Just add http://localhost:3000/ anyway.__ If you still get an error then you should just refresh +and immediately add the _not SSL localhost__ URL. If you added the `https` then the UI gets into a +weird loop and won't let you add regular localhost. 6. For the category you must select `Chat Bot` as the category. 7. You also select `Confidential` as the type of bot. This is because you aren't in a web page but instead running as a server.