Billy Rotich
Billy Rotich
I am also facing the same problem.. I just had everything setup well, including the console(which logs the errors well), but I can't inspect the elements. I only see the...
Another thing, if I try running as server I get this error: ``` friend ID => 0 err: -1 SIOCSIFMTU: Operation not permitted ./facebook-tunnel: could not set tun device mtu...
Also facing a similar problem on react native iOS.. in my case I can be able to make API calls with Android, but on iOS I get a 401 error("Authentication...
I don't know if you still having an issue with this but try changing ```python class CommunitySerializer(Serializer): colors = ListField(allow_null=True, child=CharField(label='Colors', max_length=7), required=False) ``` to ```python class CommunitySerializer(Serializer): colors =...