Auth0 webview isn't showing up in Alexa


#1

Hello,

We’re working from this tutorial: https://www.jovo.tech/tutorials/alexa-account-linking-auth0

When we test the application, we have the option to link our account manually by going to our Skill’s settings and linking it, but the webview isn’t served up in the actual experience.

This is our condition:

    if (!this.$request.getAccessToken()) {
        this.$alexaSkill.showAccountLinkingCard();
        this.tell('Please link your Account');
    }

Has anyone else run into this issue? How did you resolve it?


#2

Hey @curiosopher

What do you see instead? Do you get any errors?


#3

We get copy directing the user to link their account


#5

Then we get these errors when we try to link the accounts manually


#6