Legacy Dev Forum Posts

 View Only

Sign Up

No Configuration Available - Auth getToken

  • 1.  No Configuration Available - Auth getToken

    Posted 06-05-2025 18:38

    KengieH | 2024-11-03 20:54:52 UTC | #1

    Hi there,

    I'm getting a 'No configuration available' even though I do have an Authentication setup for the Messenger Configuration.

    Authentication Setup

    Console Output

    I have also validated the the Jwt Exchange via Postman and I am able to get a jwt token using the auth code I receive from login.

    I have no details of the error other than 'No Configuration Available', what are possible next step to assist me in troubleshooting the issue if I already have an Authenication setup?

    Thanks.


    vpirat | 2024-11-05 17:00:45 UTC | #2

    Hi,

    It looks like that Messenger cannot retrieve the configuration. This could be a network issue or a setting issue.

    • Check in the network tab that Http calls to Genesys domain are not blocked.
    • Check your configuration on GC side.

    It might be that your deployment is not linked to your configuration. Hence the error.

    • If the link is ok, then check that the right deploymentId is specified in Messenger.

    From the deploymentId, Messenger will fetch the configuration linked to it.

    Hope this helps,

    Regards, V.P.


    KengieH | 2024-11-05 21:10:03 UTC | #3

    I was able to resolve this by putting the Auth.getTokens command in the subscribe command.

    Full Code: ` Genesys("subscribe", "Auth.ready", function() {` ` console.log("Auth plugin is ready.");` ` console.log("Auth plugin is getting Tokens.");` ` AuthProvider.command('Auth.getTokens');` ` });`


    system | 2024-12-05 21:10:34 UTC | #4

    This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 30186