chirpstack / chirpstack-rest-api

ChirpStack gRPC API to REST proxy.
MIT License
17 stars 14 forks source link

I can't get the list of items #17

Open FedeL1 opened 10 months ago

FedeL1 commented 10 months ago

Hi,

I'm running this proxy on a localhost Debian machine. All GET requests like /api/applications or /api/devices don't work. All of them return 404 (Bad request) with this error message: image

If I call the GET requests on a specific item, like /api/applications/{applicationId} and /api/devices/{deviceId} I don't have any problems.

Is there something missing in the configuration? What can I do to solve this problem?

elfouad commented 9 months ago

Hi,

I'm running this proxy on a localhost Debian machine. All GET requests like /api/applications or /api/devices don't work. All of them return 404 (Bad request) with this error message: image

If I call the GET requests on a specific item, like /api/applications/{applicationId} and /api/devices/{deviceId} I don't have any problems.

Is there something missing in the configuration? What can I do to solve this problem?

https://github.com/chirpstack/chirpstack-rest-api/issues/4