- 
                Notifications
    You must be signed in to change notification settings 
- Fork 207
Open
Labels
Description
Environment
- Operating System: Darwin
- Node Version: v18.15.0
- Nuxt Version: 3.12.4
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: runtimeConfig, devtools, ssr, modules, apollo, css, build, vite, app, imports, compatibilityDate
- Runtime Modules: @nuxtjs/[email protected], @pinia/[email protected], ()
- Build Modules: -
Describe the bug
When I was trying to set empty or null value for authType, it returns me error of 'Cannot convert undefined or null to object' and the error seems causing by serializeConfig function. This issue seems working fine with @nuxtjs/[email protected] but not for the release after this.
Expected behaviour
I should be able to set empty/null value for authType.
Reproduction
No response
Additional context
No response
Logs
No response