AttributeError: ‘GoogleProvider’ object has no attribute ‘app’
I’m in the process of updating dependencies in my Django project. Specifically, I’m attempting to upgrade dj-rest-auth
to the latest version. I’ve been progressing incrementally without any issues until I reached version 5.0.0. However, now I’m encountering an AttributeError: 'GoogleProvider' object has no attribute 'app'
within the validate method of SocialLoginSerializer.