% Error: Candidate configuration is invalid: A service route must have at least one next-hop, peer, nat-target, use-learned-routes, routing-stack, host, bridge-name or use-bgp-over-svr configured.
1. To fix the error related to service route, you need to add the missing net-hop configuration.Example:
config authority router ssr01 service-route internet-lte next-hop node-XX lte node-name node-a config authority router ssr01 service-route internet-lte next-hop node-XX lte interface lte config authority router ssr01 service-route internet-lte next-hop node-XX lte vector lte-a
2. As per I95-55912: Validate Patterns for Service Domains and URLs: The url and domain-name fields on a service were an unformatted string. This allowed you to configure fields that would be silently discarded. The domain-name and url fields within services are now validated for correctness and viability from an App-ID perspective. Anything to be ignored during validation now triggers a config warning.