Hendra Susanto

Results 4 comments of Hendra Susanto

you can't do that, there will be an error. ``` Fatal error: Call to undefined method stdClass::select() ``` I end up just creating one custom function to get the value....

> Is there any reason not to update radix-vue and also vue? Haven't checked the 3.4 upgrade guide yet, but just cautious of any breaking changes. For my issue, I...

I'm using local provider, and my nuxt.config.ts is pretty basic, like this ``` auth: { globalAppMiddleware: true, sessionRefresh: { enableOnWindowFocus: false, }, provider: { type: "local", token: { maxAgeInSeconds: 86400,...

I recently ran into this issue too, and I think the docs isn't explaining it well because I thought that it would be moved to the extended repo **later** when...