Can't get my “Live Frame Logs / Live Event” Connected

Hi, I have loraserver v0.26.3 and lora-app-server v0.21.1, I’ve already registered my gateway and devices, I also have created a JWT with the API and it works just fine, I even added it into my loraserver.toml and lora-app-server.toml and still have problems to get my “Live Frame Logs / Live Event” connected. This is a Raspberry pi3 installation with a Lora RisingHF Hat. Am I missing something?

LORA-APP-SERVER LOG:
May 30 21:58:45 raspberrypi lora-app-server[1254]: time=“2018-05-30T21:58:45Z” level=info msg=“finished streaming call with code Unauthenticated” error=“rpc error: code = Unauthenticated desc = authentication failed: get token from context error: no authorization-data in metadata” grpc.code=Unauthenticated grpc.method=StreamFrameLogs grpc.service=api.Device grpc.start_time=“2018-05-30T21:58:45Z” grpc.time_ms=0.406 peer.address="[::1]:39460" span.kind=server system=grpc

LORASERVER LOG:
May 30 21:39:56 raspberrypi loraserver[1397]: time=“2018-05-30T21:39:56Z” level=info msg=“finished streaming call with code OK” grpc.code=OK grpc.method=StreamFrameLogsForDevice grpc.service=ns.NetworkServer grpc.start_time=“2018-05-30T21:38:56Z” grpc.time_ms=59968.34 peer.address="[::1]:60344" span.kind=server system=grpc

A post was merged into an existing topic: Rpc error: code = Unauthenticated and Live Frame Logs / Live Event Disconnected