#Upload file not working when Nest is deployed to Google Cloud Functions

3 messages · Page 1 of 1 (latest)

loud bay
#

Upload file not working when Nest is deployed to Google Cloud Functions

sage mica
#

If you want help, you'll need to show us much more than just a picture of an ambiguous error.

What does your code look like? Does it work locally? Which payload are you sending? Can you even upload files on a lambda in the first place? 🤔

brittle raft
#

I'm having the exact same issue.
Yes, it works locally. Payload has 2 string keys (id, name) and the file key

The response is the following: "Multipart: Unexpected end of form".
This only happens when I deploy to a Google Cloud Function