axljones

Results 4 comments of axljones

Same here: ![image](https://user-images.githubusercontent.com/24891578/155225705-6e1fe417-9a98-4c8a-915d-d7890351ea84.png)

> Recently tested using docker on my local, I wasn't able to reproduce this issue with Firefox 115.3.0esr (64-bit). Just writing to provide additional information, PR for docker usage: #148...

> I ran it on my local PC, using; > > `docker build . -t exportify > > docker run -p 3000:3000 exportify` > > And then went to http://localhost:3000/...

> It's in the form of > > `https://accounts.spotify.com/en/authorize?client_id=[clientid]&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2F&scope=playlist-read-private%20playlist-read-collaborative%20user-library-read&response_type=token&show_dialog=false` > > Maybe spotify makes an exception for localhost when handling these requests, but not for the IP address of a...