TheThingsIndustries / lorawan-stack-docs

Documentation for The Things Stack
Apache License 2.0
30 stars 65 forks source link

Add error `server_address_mistmatch` with The Things Stack CLI to Troubleshooting CLI documentation #1302

Closed Siva-7482 closed 2 months ago

Siva-7482 commented 3 months ago

Summary

The Things Stack CLI can be used for advanced actions. Accessing The Things Stack CLI requires the correct CLI configuration with the server addresses. After that users can perform actions on the entities that are registered on the same server address. If the users try to perform actions on the other server address, then the error error:cmd/ttn-lw-cli/commands:end_device_server_address_mismatch will be observed. Please document the error and resolution in The Things Stack CLI troubleshootingguide.

Why do we need this ?

To assists users in resolving the issues on their own while using The Things Stack CLI.

What is already there? What do you see now?

Troubleshooting CLI

What is missing? What do you want to see?

Add the error error:cmd/ttn-lw-cli/commands:end_device_server_address_mismatch (Network/Application/Join Server address mismatch) to the Troubleshooting CLI documentation.

How do you propose to document this?

Insights:

Can you do this yourself and submit a Pull Request?

No, @nejraselimovic

KrishnaIyer commented 3 months ago

@Siva-7482: Why don't you just create a PR for this? All the required information is there in the issue description. cc: @ymgupta

Siva-7482 commented 3 months ago

Sure, @KrishnaIyer. Please review the below PR.

Ref: https://github.com/TheThingsIndustries/lorawan-stack-docs/pull/1309