Hi, I am having some issues regarding the link with alexa using the url https://pitangui.amazon.com/api/skill/link/XXXXXXXX.
During the development of the site, I need to go through a setup page and after the user click on the finish I make the link with alexa. When the skill redirects to the site, my OAuth server logs in, then the process goes, Alexa Skill, Login, Setup site and ends with a button with the link to link the account with alexa.
In the link url I send her like this
https://pitangui.amazon.com/api/skill/link/XXXXX?state=(state that alexa generated me when redirected to the site) & code = (last open token).
After this I get the message that We were unable to link APP at this time.
Is any skill side configuration missing or is the method I call the link wrong?
I used this link to develop the link https://developer.amazon.com/en-US/docs/alexa/account-linking/requirements-account-linking.html#access-token-uri-requirements