-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled promise rejection TypeError: FileAPI is null #14
Comments
I have the same error, been reading about FileAPI but haven't found the source of the problem yet. |
Same - I get
|
same here: the environment variable
However it's only a workaround sol. |
Somebody should change this line... redux-file-upload/src/helpers.js Line 3 in 7d537fb
|
I am also getting, Unhandled promise rejection TypeError: FileAPI is null. |
@jakubkottnauer @alcedoatthis |
@jakubkottnauer @alcedoatthis |
Same error here did anyone fix it somehow? Any other alternative library? |
didxga has mentioned the solution above |
Hi!
I just started using redux-file-upload. My code looks like this
<FileUpload allowedFileTypes={['jpg', 'pdf']} data={{ type: 'picture' }} dropzoneId="fileUpload" url="http://btcoms.com/upload" > <button> Click or drag here </button> </FileUpload>
When I upload a file I get the following error in my console
Unhandled promise rejection TypeError: FileAPI is null
How do I proceed from here?
The text was updated successfully, but these errors were encountered: