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/apollo@5.0.0-alpha.8 but not for the release after this.
Expected behaviour
I should be able to set empty/null value for authType.
Environment
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/apollo@5.0.0-alpha.8 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