nginx-proxy-manager
nginx-proxy-manager copied to clipboard
PROXY Protocol support
https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1882 update code base
@jc21 where can i fine the output of the failed test ?
bump
CypressError: `cy.task('backendApiPost')` failed with the following error:
> 400: tag "endif" not found, file:/app/templates/_listen.conf, line:20, col:1, line:12, col:1
CypressError: `cy.task('backendApiPost')` failed with the following error: > 400: tag "endif" not found, file:/app/templates/_listen.conf, line:20, col:1, line:12, col:1
What for test is this in the background ?
Integration Tests / Mysql / Hosts endpoints.Should be able to create a http host
Error Message:
data should NOT have additional properties
There is a swagger/openapi schema file that acts as a contract for the API, can be found here. This isn't generated from code on purpose, as it's meant to prevent people making breaking changes by accident.
To get past this, since you're adding new fields to the responses of endpoints, you'll need to define them in the swagger file as well.