Unable to Download Artifacts - Self-Hosted Mender Community Server 4.0.0

Hello @robgio, We discovered that the storage proxy must be manually disabled in 4.0.0. Removing the directive is not sufficient.

We changed it:

api_gateway:
  storage_proxy:
    enabled: false

So it was a dumb and wrong configuration on our part :smiley:
Now it all works correctly. Thanks for your time.

1 Like