typebot.io icon indicating copy to clipboard operation
typebot.io copied to clipboard

Upload file to S3 doesn't work

Open makemouse opened this issue 2 years ago • 2 comments

When I try to upload file through viewer, it gives me an error message: An error occured while uploading the file (See attached screenshot and logs from vercel)

Capture1 capture2

makemouse avatar May 08 '23 01:05 makemouse

Have you correctly configured an S3 storage? https://docs.typebot.io/self-hosting/configuration/builder#s3-storage-media-uploads

baptisteArno avatar May 08 '23 21:05 baptisteArno

I had the same problem with no error message etc. After I specified the following parameters it worked (for Amazon S3):

S3_SSL=true S3_REGION=xx

SamSCx avatar May 17 '23 10:05 SamSCx