Bojan Resnik
Bojan Resnik
@wolfeidau Any chance this might make it into a release? The infinite loop in the current release is a blocker for us
@wolfeidau Bump for review, please?
On further inspection, this might be related to #21436 and the changes made in #21185, as the `clusterLogging` JSON in the call to `updateClusterConfig` is now invalid.
@jck No worries, done
Thanks, @mapkon - I'll try to get something together over the weekend.
@mapkon Thanks - I've added a test for the `rememberDevice` functionality, but I was unable to create one that works for preserving cookie values. Any suggestions are appreciated
Thanks, @mapkon and @gliptak, I've made the requested changes, please take a look.
If it helps, I've been having the same issue, and managed to resolve it by adding this to `nuxt.config.ts`: ``` app: { head: { meta: [{ name: 'scheme', content: 'https'...
@jbogard Any chance of a new version with this fix included? Thanks