From 8162a2a21f762310f857dfc42cad53831769ed66 Mon Sep 17 00:00:00 2001 From: Pucas01 <129163556+Pucas01@users.noreply.github.com> Date: Fri, 2 Jan 2026 23:32:44 +0100 Subject: [PATCH] docs(readme): change redirect URI Changed URI to 127.0.0.1, used to be localhost as using localhost is not allowed anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea1da9e..61c7aa2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To fully use Spooty, you need to create an application in the Spotify Developer 2. Sign in with your Spotify account 3. Create a new application 4. Note your `Client ID` and `Client Secret` -5. Configure the redirect URI to `http://localhost:3000/api/callback` (or the corresponding URL of your instance) +5. Configure the redirect URI to `http://127.0.0.1:3000/api/callback` (or the corresponding URL of your instance) These credentials will be used by Spooty to access the Spotify API.