Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INVALID_CLIENT: Invalid redirect URI #198

Closed
The4thGoose opened this issue Feb 1, 2023 · 2 comments
Closed

INVALID_CLIENT: Invalid redirect URI #198

The4thGoose opened this issue Feb 1, 2023 · 2 comments

Comments

@The4thGoose
Copy link

OK, I'm bashing my head against the wall with this. I've checked every issue related to my problem with no avail. I have to be missing something here.

Docker:


services:
  server:
    image: yooooomi/your_spotify_server
    restart: always
    ports:
      - "8080:8080"
    links:
      - mongo
    depends_on:
      - mongo
    environment:
      API_ENDPOINT: http://10.297.25.184:8080 # This MUST be included as a valid URL in the spotify dashboard (see below)
      CLIENT_ENDPOINT: http://10.197.25.184:3000
      SPOTIFY_PUBLIC: <client id>
      SPOTIFY_SECRET: <client secret>
  mongo:
    container_name: mongo
    image: mongo:4.4.8
    volumes:
      - ./your_spotify_db:/data/db

  web:
    image: yooooomi/your_spotify_client
    restart: always
    ports:
      - "3000:3000"
    environment:
      API_ENDPOINT: http://10.197.25.184:8080

Spotify Dashboard:
image

Issue:

2023-02-01.11-04-22.mp4
@Yooooomi
Copy link
Owner

Yooooomi commented Feb 1, 2023

Hello, it seems that you mistyped the 197 or 297 part of your ip.

@The4thGoose
Copy link
Author

Well would you look at that. Thanks so much, that ended up fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants