You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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") });
The text was updated successfully, but these errors were encountered:
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") });
The text was updated successfully, but these errors were encountered: