moleculer-web icon indicating copy to clipboard operation
moleculer-web copied to clipboard

Multipart at docker issues.

Open Rokujima opened this issue 5 years ago • 2 comments

deploying at docker multipart upload file result multipart : {}, maybe fixing function multipartHandler busboy field.

Rokujima avatar Jun 18 '20 07:06 Rokujima

Could you create a repro repo?

icebob avatar Jul 19 '20 09:07 icebob

@icebob I think I have reproduce the error in this repo https://github.com/CleCity/upload-moleculer

if you run docker-compose up -d

and try to upload a pdf on localhost:3001/upload it will working well.

Now if you run docker-compose down

Comment the SERVICES in docker-compose.yml and uncomment the one with just api. Now run docker-compose up -d docker-compose -f docker-compose_2.yml up -d

API and ASSETS will be on 2 container and when you try to upload the stream will be empty.

CleCity avatar Aug 21 '20 08:08 CleCity