ArboreumDev / credit-union-frontend

Frontend in Next.js + Typescript + GraphQL
https://frontend-two-sandy.vercel.app
1 stars 0 forks source link

KYC file drop and upload to S3 feature #31

Closed gparuthi closed 4 years ago

gparuthi commented 4 years ago

Closes #36 image

djudjuu commented 4 years ago

Some thoughts and observations:

X) For some files the upload fails, e.g for the one below. Then the status just shows "uploading" eternally. Not sure what the error is: screenshot_20200813_110402

1) It is possible to just skip the document submission (makes sense, maybe ultimately we will want to have an explainer

image that can't be uploaded: ballhead

I also tried with this pdf and had the same result: hive_pocket_rules_en.pdf

gparuthi commented 4 years ago

I see the error is displayed in the logs you posted. image

I'll fix the size limit.

djudjuu commented 4 years ago

I needed to change that to .../video; for the import to work

this still needs to be done. see comment above. Otherwsie this is good to be merged!