lorawan-stack icon indicating copy to clipboard operation
lorawan-stack copied to clipboard

The Things Stack, an Open Source LoRaWAN Network Server

Results 228 lorawan-stack issues
Sort by recently updated
recently updated
newest added

#### Summary Gateway overview scaffolding and new gateway overview header component. #### Changes - Refactor gateway connection component. - Add placeholder divs for gateway overview panels. - Create gateway overview...

c/console
ui/web

### Summary Error found internally where trying to update a gateway's EUI with a body that explicitly passes `null` as its EUI value yields a EUI filled with zeros instead...

bug
c/identity server
needs/triage

#### Summary This PR adds the search functionality to the console redesign branch. #### Changes - Add search functionality - Add functionality to track "top entities" - Add `` component...

c/console
ui/web

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.10.0 to 7.1.1. Release notes Sourced from css-loader's releases. v7.1.1 7.1.1 (2024-04-10) Bug Fixes automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)...

dependencies
javascript

#### Summary This PR adds a tooling script that can generate redux store primitives. ```bash ➜ lorawan-stack git:(feature/console-search) ✗ node tools/js/index.js ? Select a tool to run: Generate Redux Files...

tooling

### Summary Do not autogenerate/prefill gateway ID in the console. ### Current Situation If a gateway has an EUI, the console prefills the ID field as `eui-`. The intention of...

### Summary The Things Join Server returns various error codes which The Things Stack should understand better to improve the user experience. ### Current Situation Currently, when the device's claim...

### Summary When changing the antenna gain on a gateway it has no affect until a gateway disconnects. It takes a full disconnection timeout until messages start being scheduled with...

c/gateway server
good first issue

### Summary Improve frontend environment configuration in Development.md Ref: https://discuss.thethingsindustries.com/t/product-team-session-in-palma-20-mar-2024/1069 ### Current Situation This is an item from the product session. ### Why do we need this? Who uses it,...

### Summary Hello i try to add application but found error ### Steps to Reproduce i send a request to http://192.168.10.100/api/v3/users/rvp-admin1/applications { "application": { "ids": { "application_id": "test123" }, "name":...

needs/details