Igor
Igor
Same issue for `7.4` `7.4-alpine` works fine
Same issue as in https://github.com/Kong/insomnia/issues/5095 "Send" button unresponsive in grpc request
In my case, this was fixed after I define parameters at the parameters section: ```yaml components: parameters: - name: id in: path required: true ```
or, when I compile yaml with swagger cli with the _dereference_ option, this also helps *swagger-cli bundle src/openapi.yaml* **--dereference**