Dubbo Error: HTTP method names must be tokens

Error reason 1: according to the online information, replace the HTTPS request with HTTP

Error reason 2: check the configuration file to see if the Nacos:// prefix is omitted

dubbo:
  registry:
    # Wrong address: localhost:8848
    address: nacos://localhost:8848

Read More: