Announcements
From 28th September 2026, Community private messages will no longer be available. If you have any private messages you'd like to keep, please save or copy them using these steps before this date. Thank you.

Help Wizard

Step 1

NEXT STEP

INVALID_CLIENT: Invalid client

INVALID_CLIENT: Invalid client

export const authEndPoint = "https://accounts.spotify.com/authorize";

const clientID = "7799cdc7bf7441ca8b1be906859e0fc8";
const redirectUri = "http://localhost:3000/";

const scopes = [
    "user-read-currently-playing",
    "user-read-recently-played",
    "user-read-playback-state",
    "user-top-read",
    "user-modify-playback-state",
  ];
 
export const loginURL = `${authEndPoint}?client_id=${clientID}
  &redirect_uri=${redirectUri}&scope=${scopes.join("%20")}
  &response_type=token&show_dialog=true`;
 
I have checked client_id, redirectUri and etc. Not able to get the problem.
 
Please help me find it.
 
Thank you.
Reply
0 Replies

Suggested posts

Let's introduce ourselves!

Hey there you,   Yeah, you! 😁   Welcome - we're glad you joined the Spotify Community!   While you here, let's have a fun game and get…

ModeratorStaff / Moderator/ 5 years ago  in Social & Random