I’m trying to configure an API gateway on Consul and Nomad. I have both solutions integrated and Nomad Workloads enabled without any issues. I’ve also enabled grpc_tls and HTTPS. I’m following the API gateway tutorial on this page: Deploy a Consul API Gateway on Nomad | Nomad | HashiCorp Developer . However, when I deploy the final step in the “api” alloc in Nomad, I get this error: [2026-07-01 15:30:58.947][1][info][main] [source/server/server.cc:491] response trailer map: 144 bytes: grpc-message,grpc-status
[2026-07-01 15:30:58.956][1][info][main] [source/server/server.cc:845] runtime: layers:
name: base
static_layer:
re2.max_program_size.error_level: 1048576
[2026-07-01 15:30:58.957][1][info][admin] [source/server/admin/admin.cc:66] admin address: 0.0.0.0:19000
[2026-07-01 15:30:58.958][1][info][config] [source/server/configuration_impl.cc:160] loading tracing configuration
[2026-07-01 15:30:58.958][1][info][config] [source/server/configuration_impl.cc:119] loading 0 static secret(s)
[2026-07-01 15:30:58.958][1][info][config] [source/server/configuration_impl.cc:125] loading 1 cluster(s)
[2026-07-01 15:30:59.000][1][info][config] [source/server/configuration_impl.cc:129] loading 0 listener(s)
[2026-07-01 15:30:59.000][1][info][config] [source/server/configuration_impl.cc:146] loading stats configuration
[2026-07-01 15:30:59.001][1][info][runtime] [source/common/runtime/runtime_impl.cc:584] RTDS has finished initialization
[2026-07-01 15:30:59.001][1][info][upstream] [source/common/upstream/cluster_manager_impl.cc:236] cm init: initializing cds
[2026-07-01 15:30:59.001][1][warning][main] [source/server/server.cc:910] There is no configured limit to the number of allowed active downstream connections. Set a limit in envoy.resource_monitors.downstream_connections resource monitor.
[2026-07-01 15:30:59.001][1][info][main] [source/server/server.cc:951] starting main dispatch loop
[2026-07-01 15:31:44.281][1][warning][config] [./source/extensions/config_subscription/grpc/grpc_stream.h:193] DeltaAggregatedResources gRPC config stream to local_agent closed since 45s ago: 14, upstream connect error or disconnect/reset before headers. reset reason: connection termination.
Any help please