not works getAccessToken in Spanish language
See original GitHub issueI’m submitting a…
- Bug report
- Feature request
- Documentation issue or request
- Other… Please describe:
Expected Behavior
Hi guys I’m testing the application and linking the app to AWS Cognito, currently I’m working with two languages Spanish and English if i test app in English it’s working but if i test the app in Spanish not is working. the next is the code that I’m testing the problem is that always in Spanish the app show the AccountLinkingCard() and i have the account linked.
if (
!this.$request?.getAccessToken() &&
!this.$alexaSkill?.$dialog?.alexaRequest?.context?.System?.person
?.accessToken &&
!this.$user.getAccessToken()
)
{
//always shows the same message if alexa is in spanish
return this.showAccountLinkingCard().tell(this.t("error-linked-account"));
}
else {
return this.followUpState(ROUTE_NAMES.MAIN).ask(this.t("main-select"));
}
},
Your Environment
- Jovo Framework version used: 3.5.2
- Operating System:
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Validate and Use Access Tokens in Custom Skill Code
The handler for the LaunchRequest provides an intro to the skill and asks the user what they want to do. This handler does...
Read more >az account get-access-token - fails to fetch token in user's ...
The way you are trying to use them is not the way they are meant to ... the managed identities as token targets,...
Read more >OAuth::getAccessToken - Manual - PHP
Returns an array containing the parsed OAuth response on success or false on failure. Changelog ¶. Version, Description. PECL oauth 1.0.0, Previously returned ......
Read more >API - Token flow and endpoints | Plaid Docs
API reference for obtaining and managing tokens, including the access_token, link_token, and public_token.
Read more >[Tutorial] How to set up Account Linking for Alexa with Auth0 ...
Alexa Account Linking with Auth0 not getting JWT ... responses part for now until it's working to remove another layer of complexity ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry for the late response.
I haven’t done the authorization myself. How did you authorize in
en-US
?The request object is logged in your terminal. This is a sample request: