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

Cannot add application error:pkg/auth/rights:no_user_rights

Open tanawat369 opened this issue 3 months ago • 5 comments

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": "My Test Application", "description": "Application for my test devices", "network_server_address": "thethings.example.com", "application_server_address": "thethings.example.com", "join_server_address": "thethings.example.com" } }

Current Result

response { "code": 7, "message": "error:pkg/auth/rights:no_user_rights (no rights for user rvp-admin1)", "details": [ { "@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails", "namespace": "pkg/auth/rights", "name": "no_user_rights", "message_format": "no rights for user {uid}", "attributes": { "uid": "rvp-admin1" }, "correlation_id": "6130c2dbc87f41dab6675b13ff97aa7d", "code": 7 } ] }

image

Expected Result

i want to add application

Relevant Logs

No response

URL

No response

Deployment

The Things Stack Enterprise (self-hosted)

The Things Stack Version

No response

Client Name and Version

No response

Other Information

No response

Proposed Fix

No response

Contributing

  • [ ] I can help by doing more research.
  • [ ] I can help by implementing a fix after the proposal above is approved.
  • [ ] I can help by testing the fix before it's released.

Validation

Code of Conduct

tanawat369 avatar May 23 '24 10:05 tanawat369