mender server: v2.7 production open source
Architecture: Debian X86 Ubuntu18.4
mender convert: v2.4.0
mender-connect: v1.0.0
I have setup self-hosted mender server: v2.7 production grade successfully for “remote terminal” and “file transfer” features experiment. Here remote terminal feature is working fine but getting error “Error uploading file to device bad gateway” as below screenshot. during file upload/download file.
(Note: The Shell key got defaulted to this value by mender-connect.inc. It doesn’t do anything, as the correct key in mender-connect 1.0.0 is ShellCommand. The recipe sets the wrong variable. This is fixed in >= dunfell-v2021.03. This is totally seperate from what’s discussed in this topic.)
@Rohita83: Can you download files from your devices? When I try to download a file, the browser reports a generic “server error”. I also noticed that files which do not have a file extension get an extension .json appended automatically.
@tranchitella I am just creating a new test image with the latest source code mender_convert V2.4.0 which having mender-connect version “latest” (in recently updated code) as below
mender server v2.7 GUI (self-hosted) getting the following errors.
Getting error msg as "“Please check your connection t.sort is not a function” When i click on RELEASES tab as screenshot and unable to upload any artifacts.
File transfer feature is working fine with latest source code mender_convert V2.4.0 which having mender-connect version “latest” (in recently updated code).
EDIT: I see you posted the error. The serialization error means the deployments service cannot reach minio. Can you check your minio configuration is correct in the config, and you are pointing to the correct domain name?