I am able to login via API and receive back a JWT.
I can also list devices and list users via API calls.
However, when I attempt to create a deployment (POST /api/management/v1/deployments) via API, I receive HTML back from the server with the message “404 Not Found” embedded in it.
I am using the same $MENDER_SERVER_URI for all of the calls.
I am running version 2.3 of the Mender management server.
I greatly appreciate any suggestions anyone may have.