Rpc error: code = NotFound desc = object does not exist (code: 2) while device creation!

Hello,
I have made a fresh install of the whole LoRaServer package and I have set everything up, except when trying to create a device under application where this message pops up:
“rpc error: code = NotFound desc = object does not exist (code: 2)”
This message remains with every possible setup combination. The devices are OTAA activated and through the gateway live frames I can see the join request frames.

Also, on terminal the “journalctl -f -n 100 -u lora-app-server” command outputs the following:

Apr 02 20:32:05 ross lora-app-server[4747]: time=“2019-04-02T20:32:05+03:00” level=error msg=“network-server create device api error” error=“rpc error: code = NotFound desc = object does not exist”
Apr 02 20:32:05 ross lora-app-server[4747]: time=“2019-04-02T20:32:05+03:00” level=error msg=“finished unary call with code Unknown” error=“rpc error: code = Unknown desc = rpc error: code = NotFound desc = object does not exist” grpc.code=Unknown grpc.method=Create grpc.service=api.DeviceService grpc.start_time=“2019-04-02T20:32:05+03:00” grpc.time_ms=13.446 peer.address=“127.0.0.1:45108” span.kind=server system=grpc

P.S. sorry if duplicate, but the other forum topics didn’t help me

Thank you

1 Like

I am encountering the similar problem. trying to add the devices. Please let me know if you have solved the issue?
Thank you