I am using MQTT to schedule downlink messages to the end device. The device is able to get some messages however, it seems as if some messages are getting dropped on the queue. Can anyone please help me out, what could be the reason for this message.
What version of TTI you on?
Is your device class A or C?
I’ve tested class c on v3.7.2 all works well also check Gateway log
Also you can subscribe to these topics might help
@iiLaw I use the TTN Stack v3.5.2. On my end device I use class A and I did not activate Class C on my backend. I also will try to implement the other mqtt topics, that will also help me out thanks. @adrianmares I have been looking for a way to view logs, I only see them on my console only. Where are they stored?
The console/docker logs are fine, we are currently only logging to console (since then other specialized tools may pick up the logs from there, instead of us reinventing the wheel). However, I would indeed advise you to upgrade your instance after running a backup and see if the newer versions help.