me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

Upload local manifest fails using Chrome on Windows due to "incorrect file type" #314

Closed cgreenhalgh closed 5 years ago

cgreenhalgh commented 5 years ago

On my windows machine, in the app store settings under "Upload local manifest", after selecting a .json manifest file and pressing "Add manifest" the driver-app-store refuses to upload it with the error "Incorrect file type". On checking, the browser reports the filetype as "text/plain" and the app-store is checking for "json" in the mime type. This may well work on other platforms, but browser/system mime type guessing is known to be brittle, especially on Windows see note

Toshbrown commented 5 years ago

You may need to pull the image manually to get the updated code.

docker pull -t databoxsystems/driver-app-store-amd64:0.5.2
docker pull -t databoxsystems/driver-app-store-arm64v8:0.5.2