You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JerryNixon
changed the title
[Bug]: start works but validate fails because of runtime.host.cors
[Bug]: Validate requires optional sections
Jan 27, 2025
Validate requires optional sections
It appears that this bug only occurs when
runtime.host
is present. `Validate requires
runtime.host.cors
to pass. This is an optional section.In addition, validate requires
runtime.host.authentication
to pass - also optional.Fortunately,
dab start
still works. This is an error in validate.Super-simple configuration
This is as simple as it gets at this point.
Command
Just running standard validate.
Result
Errors with
runtime.host.cors
. Looks like a .NET error to me.Updated Config
Just added in
runtime.host.cors
to demonstrate it is required for some reason.Re-run validate
This time it works, which is fine, but `runtime.host.cors should not be required.
JSON Schema
The CORS section is NOT required. Neither is
authentication
by the way.Only happens when
host
is present.If you remove the host section it works.
Output
The text was updated successfully, but these errors were encountered: