Skip to content

TypeError: Redirected path should match configured path, but got: /en/payment-list #202

@valearkot

Description

@valearkot

Good afternoon, after the user logs into the kontist, an error appears about the wrong redirected path, what could be the problem?
Yesterday everything worked, the code after that did not change the code and the redirected path to the kontist too, connected the SDK through the CDN and downloaded it through the npm, tried different versions, but the error is the same " Redirected path should match configured path, but got: /en/payment-list"
Below is the code
const client = new Kontist.Client({ clientId: "*********************", redirectUri: "https://fiyou.de/payment-list", scopes: ["transactions", "transfers"], state: sessionStorage.getItem("state"), verifier: sessionStorage.getItem("verifier") });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions