PGBI/kong-dashboard

Create service schema violation (host: required field missing)

Opened this issue · 0 comments

Issue summary

I tried to create a new service but I'm facing the message "schema violation (host: required field missing)". In addition field "host" was informed with a valid value.

Your environment

  • Kong version = 0.13.1 or 0.14.1
  • Kong Dashboard version = 3.4.0 or 3.5.0
  • Node version = v10.13.0
  • Npm version = 6.4.1

Steps to reproduce

menu Services >> button Add Service
Informe fields:

  • name = example
  • protocol = http
  • host = example.com
  • port = 80
  • path = /
  • url = /example

Click button Create

Screenshots

create-service01
create-service02