The app XXYYXX cannot access the network ZZTT. Please make sure the app is installed in the community."

Hi Team,

I have create and publish the app but still getting the below resposne from apis.

{
    "errors": [
        {
            "timestamp": "2025-05-08T10:24:26.304Z",
            "code": "102",
            "message": "The app frTAGt7LwfnJ cannot access the network 2VNneHPu0j. Please make sure the app is installed in the community.",
            "help": "https://developers.bettermode.com/",
            "status": 403,
            "path": [
                "limitedToken"
            ],
            "extensions": {
                "timestamp": "2025-05-08T10:24:26.304Z",
                "code": "102",
                "message": "The app frTAGt7LwfnJ cannot access the network 2VNneHPu0j. Please make sure the app is installed in the community.",
                "help": "https://developers.bettermode.com/",
                "status": 403
            }
        }
    ],
    "data": null,
    "extensions": {
        "complexity": 1
    }
}

request

query {
  limitedToken(
    context: NETWORK,
    networkId: "2VNneHPu0j",
    entityId: "2VNneHPu0j",
    impersonateMemberId: "" 
  ) {
    accessToken
  }
}
2 replies