nextauthjs / next-auth

Authentication for the Web.
https://authjs.dev
ISC License
24.59k stars 3.46k forks source link

Spotify login button icon URLs give 404 #6924

Closed oshibka404 closed 1 year ago

oshibka404 commented 1 year ago

Provider type

Spotify

Environment

Doesn't matter. Same on localhost and vercel deployment

Reproduction URL

https://music-discovery-lime.vercel.app/api/auth/signin?callbackUrl=https%3A%2F%2Fmusic-discovery-lime.vercel.app%2F

Describe the issue

Spotify login button has a broken icon.

Both https://raw.githubusercontent.com/nextauthjs/next-auth/main/packages/next-auth/provider-logos/spotify.svg and https://raw.githubusercontent.com/nextauthjs/next-auth/main/packages/next-auth/provider-logos/spotify.svg (normal and dark) return 404.

Screenshot 2023-03-12 at 01 22 09

How to reproduce

Open login page for any service offering login using Spotify. For instance, https://music-discovery-lime.vercel.app/api/auth/signin?callbackUrl=https%3A%2F%2Fmusic-discovery-lime.vercel.app%2F

Expected behavior

Icon is displayed

balazsorban44 commented 1 year ago

see #6313 or provide a reproduction.

oshibka404 commented 1 year ago

Thank you. Yes, upgrade resolved the problem.