Object prototype may only be an Object or null: undefined #1853
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
web
Environment details
Trying to use google-auth-library in my nuxt3 app.
Error:
Status Code: 500
Message: Object prototype may only be an Object or null: undefined
Steps to reproduce:
import { OAuth2Client } from 'google-auth-library'
The text was updated successfully, but these errors were encountered: