Open KevinFan1 opened 3 years ago
I have same issue. Any one have any idea ?
I have same issue. Any one have any idea ?
just download the libs to your project and change the origin code
I have same issue. Any one have any idea ?
maybe this would help:
interceptor1 = SomeInterceptrorClass()
# in settings
"SERVER_INTERCEPTORS": ("path.to.interceptor1",)
i think there is something wrong in djangogrpcframework settings while handling interceptor path, it needs the () to instantiate the class which imports from the settings with string. Could you help me take a look?