Festify / cordova-spotify-oauth

🔐 Easy Spotify authentication for Cordova / PhoneGap apps
MIT License
16 stars 18 forks source link

HTTP status code 500 #22

Closed simegger closed 5 years ago

simegger commented 5 years ago

Hello, when I try to authenticate everything looks fine and I also get redirected to the app but the token exchange function gives back a code 500. Do you have an idea what could be the issue? I think I configured everything fine...

NeoLegends commented 5 years ago

HTTP 500dres can be a lot of things. Can you tell us more about the specific error that occurs? Usually the 500 will be accompanied by a short response message as well.

simegger commented 5 years ago

Sadly the response from the post request is empty and there is also no real error message. It just says 'auth_failed'.

Bildschirmfoto 2019-04-29 um 16 47 39

NeoLegends commented 5 years ago

Ok can you take a look at the AWS lambda logs and see what‘s there?

Best Regards Moritz Gunz

Am 29.04.2019 um 16:48 schrieb simone0893 notifications@github.com:

Sadly the response from the post request is empty and there is also no real error message. It just says 'auth_failed'.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

simegger commented 5 years ago

I got it working, it was a problem with the redirect uri. So this can be closed, thanks for your help!