Hi @dan.woda , thank you very much for the speedy reply.
I tried the setting metioned in the post. However, still seems to hit the issue in both Mac Safari and IOS Chrome.
Here is the code:
this.webClient$ = (from(
createAuth0Client({
domain: ,
client_id: ,
audience: ,
redirect_uri: `,
cacheLocation: ‘localstorage’
})
It seems the cacheLocation setting is not effective for some reason. Is there a way to confirm this setting is applied?
Thank you again.