I am attempting to send a downlink from Datacake to CS V4. I have installed chirpstack-rest-api and configured a downlink in Datacake. I have Datacake configured to send the downlink to http://[IP of my CS Server]:8090. The data send from datacake looks like this:
{"code":3, "message":"Validation error: FPort must be between 1 - 255", "details":[]}
I would appear that the API is active and parsing the data but for some reason I thinks fport is <1. I assume there is a formatting error in the downlink but based on the V3 API it looks correct to me.
After further testing, this doesn’t seem to have anything to do with Datacake. I pulled the example from the V3 API documentation and ran it on my server with the same result. Here is the command that I used: