John Hsu

Results 4 comments of John Hsu

Maybe you can try: 1. delete workspace 2. delete pod project 3. update cocoapods 4. run a clean pod install

I have same issue uploading a video file It works well when I run the code on Mac but the file does not receive completely on deployed Ubuntu tried 2.0.0-rc.2...

I am building with nodejs v21 package.json: ``` "dependencies": { "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "dotenv": "^16.4.5", "express": "^4.19.1", "express-fileupload": "^1.5.0", "multer-utf8": "^1.4.5-lts.11", "socket.io": "^4.7.5", "uuid": "^9.0.1" } ``` code: ```...

after lots of try and error I found this way working for 8GB file nginx sites-available conf: ``` server { server_name (my DN); location / { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header...