C2w2 lab1 can't create spotify app. "localhost is not allowed as redirect URI"

Apparently, we can’t no longer create an spotify app with localhost as a valid redirect URL. How we should procced since it is a required instruction from the lab?

link information:

" Since we at Spotify, take security very seriously you must follow these requirements when defining your redirect URI:

  • Use HTTPS for your redirect URI, unless you are using a loopback address, when HTTP is permitted.
  • If you are using a loopback address, use the explicit IPv4 or IPv6, like http://127.0.0.1:PORT or http://[::1]:PORT as your redirect URI.
  • localhost is not allowed as redirect URI.“”

Please, provide any following instructions.

Thanks

1 Like

Use http://127.0.0.1:3000 as the redirect URI. As of a few days ago, the lab instructions are outdated.

1 Like

Hello @hawraa.salami,

As @George_Salgueiro said localhost URI is no longer valid to choose. Maybe change the instructions to the URI @AviShapiro suggested. Thank you

1 Like

that’s exactly what i did, thanks for the feedback!

thanks! it does not interfere with grading.

1 Like

** Week 2 Assignment Need Help: AWS S3 Upload “Unable to Locate Credentials”**

Hello @AKB,

Could you make another post since this one is solved and people might find it useful. Unless you’re in batch processing assignment in Vocareum interface and you have an issue uploading for grading. It doesn’t use any AWS credentials to successfully complete the lab. Thank you

sure sure my bad

1 Like