First Gateway Assistance, Please?

So, hopefully you knowledgeable folk can help me out, please?

I’ve deployed devices and attached to gateways, but I’ve never built a gateway. Until now…

I have a Seeed Studio gateway kit - includes Rasp Pi 3, RHF0M301-868 gateway, RHF4T002 bridge, etc

I followed a tutorial on Hackster.io (Deploy a Basics Station TTS LoRa Gateway with balena - Hackster.io) to set up Basics Station using Balena, etc

And I have registered the gateway on The Things Stack.

I can see the Gateway in TTS Console, but it looks like it’s having trouble getting authorised or something

image


{
  "name": "gs.status.receive",
  "time": "2021-11-20T11:25:50.824972793Z",
  "identifiers": [
    {
      "gateway_ids": {
        "gateway_id": "XXXX-gw-1"
      }
    },
    {
      "gateway_ids": {
        "gateway_id": "XXXX-gw-1",
        "eui": "XXXXXXXXXXXXXXX"
      }
    }
  ],
  "data": {
    "@type": "type.googleapis.com/ttn.lorawan.v3.GatewayStatus",
    "time": "2021-11-20T11:25:50.824773360Z",
    "versions": {
      "firmware": "1.0.0",
      "package": "1.0.0",
      "platform": "rpi - Firmware 1.0.0 - Protocol 2",
      "station": "2.0.5(rpi/std)"
    },
    "advanced": {
      "features": "rmtsh",
      "model": "rpi"
    }
  },
  "correlation_ids": [
    "gs:conn:01FMYHGVA7MH7FG1RVXSHEQY87",
    "gs:status:01FMYHGVB8YRD6G5M3YCANXYWR"
  ],
  "origin": "ip-10-100-4-71.eu-west-1.compute.internal",
  "context": {
    "tenant-id": "CgN0dG4="
  },
  "visibility": {
    "rights": [
      "RIGHT_GATEWAY_STATUS_READ",
      "RIGHT_GATEWAY_STATUS_READ"
    ]
  },
  "unique_id": "01XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

Do any of you have thoughts or ideas to push me in the right direction, please?