How to fix "join-request to cluster-local join server failed"

I registered gateway that use RAK2245 and raspberry on TTN.
Gateway is connected well.
But when I register Lora node and create application, I got “join-request to cluster-local join server failed”.

“data”: {
@type”: “type.googleapis.com/ttn.lorawan.v3.ErrorDetails”,
“namespace”: “pkg/joinserver”,
“name”: “mic_mismatch”,
“message_format”: “MIC mismatch”,
“correlation_id”: “c35911f0585b4560b6ebe555e0819248”,
“code”: 3
},
“correlation_ids”: [
“gs:conn:01H0FJEFAVQP7VKWPPGW99SHMB”,
“gs:up:host:01H0FJEFAY5QRM2ZNZMCM350FZ”,
“gs:uplink:01H0FZJJ9Q7DH067PGEVT3NZNH”,
“ns:uplink:01H0FZJJ9RMVXG09EMQGCPC72Z”,
“rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01H0FZJJ9R5A1EE2YRF62CHDNB”
],
“origin”: “ip-10-100-12-132.eu-west-1.compute.internal”,
“context”: {
“tenant-id”: “CgN0dG4=”
},
“visibility”: {
“rights”: [
“RIGHT_APPLICATION_TRAFFIC_READ”
]
},
“unique_id”: “01H0FZJJ9Y3DFP9JHA0F42F9R8”
Can you help me?

This error can be caused by:

  • Wrong AppKey (or wrong byte order, for printed AppKeys check 8/B when entering at TTN)
  • Malformed data received at the gateway which should not be forwarded to TTN, but some people set the gateway to forward packets with CRC errors (don’t as it wastes TTN resources)

I am new for TTN.
I am using gateway with RAK2245 and raspberry pi.
can you help me how to fix?

Unlikely to be GW issue if showing connected but as Jac suggests a node problem

Check for

…and fix if needed,

and as a way of reducing risk of

Ensure adequate seperation of GW & node to avoid overloads and channel bleeds- (forum search is your friend :wink: )

If neither solves you need to post details - how configured, what you see on the GW & device consoles etc… details details… :slight_smile: