Skip to content

Commit

Permalink
doc: Document unable to access device err (#1217)
Browse files Browse the repository at this point in the history
* doc: Document unable to access device err

* fixup! doc: Document unable to access device err
  • Loading branch information
nejraselimovic authored Nov 26, 2023
1 parent 61815b6 commit 089f826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/content/devices/troubleshooting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ curl -X DELETE 'https://thethings.example.com/api/v3/<js/ns/as>/applications/<ap

Next, recreate your device as documented in the [Using the API]({{< ref "/the-things-stack/interact/api/#multi-step-actions" >}}) section.

## I see "Unable to access the end device" error

If you're facing this error, your end device has probably been configured with incorrect server addresses, so {{% tts %}} Console treats and shows it as in `Other cluster`. To regain access to your end device, you should configure it with the correct server addresses. That can be done by accessing device's **General settings** and configuring server addresses, or by deleting and recreating the end device with appropriate server addresses.

## How do I see device events?

Device event logs can be found in the console in the device's general information page. See [Working with Events]({{< ref "the-things-stack/management/events" >}}) for other ways of subscribing to events.
Expand Down

0 comments on commit 089f826

Please sign in to comment.