Multiple HTTP Integrations

Is it possible to have multiple HTTP integrations for a single application? When I try to add a second HTTP integration, I get an error message saying: object already exists (code: 6).

Here is the log for the lora-app-server:

lora-app-server[18499]: time="2018-10-04T23:13:42Z" level=info msg="finished unary call with code AlreadyExists" error="rpc error: code = AlreadyExists desc = object already exists" grpc.code=AlreadyExists grpc.method=CreateHTTPIntegration grpc.service=api.ApplicationService grpc.start_time="2018-10-04T23:13:42Z" grpc.time_ms=3.023 peer.address="127.0.0.1:36362" span.kind=server system=grpc

No, that is not possible.

1 Like

I also ran into this same issue, trying to add an HTTP integration to my production backend after having one already set up to the development backend. Please see this as a feature request.