REST API POST fails in Swagger console

Hi there,

I’m trying to create some /api/network-servers config data using a REST API POST call. I’m trying this out in the Swagger UI but am getting a ‘context deadline exceeded’ error - see below. Any ideas why this might be the case? I am not setting all of the parameters. Could that be a problem? The JWT Token is set.

Thanks,
Frank

PS: GET commands are working fine for all categories of config data.

1 Like

It looks like LoRa App Server can’t reach “myserver:8000” and thus the request times-out, resulting in the context deadline exceeded error.

1 Like

Ah ok. myserver doesn’t exist. I was just trying it out with dummy data. Thanks for the help.