Hi,
I'm trying to link my account and I get "An error occurred while attempting to link Alexa with luna. Please try again later." error.
I'm using Auth Code Grant.
After successfully authenticated, the client send this URL to alexa:
https://pitangui.amazon.com/api/skill/link/M17ZUN695ZLAC0?state=[very_long_string]&code=5184f4bc435cefb8d66253173421e3b14e3a147a with status code 302
and alexa shows an error account link page (not much information).
I was monitoring the client's log and I didn't see any subsequent incoming request to get access token.
How can I troubleshoot this issue? Anybody faced this issue before and found the solution?
I would greatly appreciate any help you can give me in working this problem :)