Hi, I'm having a weird problem where silentSignin / Renew works with non-public routes, but fails with a context: "authenticateOidcSilent", error: "Frame window timed out" with public routes, which I debugged after stepping into vuex-oidc source code. The silent renew callback page is called in both scenarios.
Hi, I'm having a weird problem where silentSignin / Renew works with non-public routes, but fails with a
context: "authenticateOidcSilent", error: "Frame window timed out"
with public routes, which I debugged after stepping into vuex-oidc source code. The silent renew callback page is called in both scenarios.