Andrea
Andrea
Thank you for your quick reply! Ok, so what I was seeing was due to a server configuration of the refresh token lifespan, I totally overlooked/missed that, sorry! Thanks again...
> Hi @AnimaLupi , we have added some cache in v6. Now we have less call to oidc server configuration. Cool, thank you for this feature!
I'd like to +1 on this. Also, seeing this question is still unanswered after almost 6 months, I'm wondering: is the library still developed? I hope it is, since it...
> This seems to be working in CodeSandbox, so this is likely an issue with our Playground build configuration rather than antd implementation Correct, I did a local test installation...
I'm experiencing same issue, doing: ```ts const tableNames = await prisma.$queryRaw< Array >`SELECT TABLE_NAME from information_schema.TABLES WHERE TABLE_SCHEMA = 'test' AND TABLE_TYPE != 'VIEW';`; ``` leads to ` Error: Cannot...