Error while uploading file: [TypeError: 0, import_protocols.resolvedPath is not a function (it is undefined)] #6590
Unanswered
vipin14444
asked this question in
Q&A
Replies: 1 comment
-
facing same issue: ERROR Upload failed: [TypeError: 0, import_protocols.resolvedPath is not a function (it is undefined)] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Repo Link:
https://github.com/vipin14444/upload-test
Libraries used:
I created an expo app and it had a functionality that allowed users to upload file to my S3 bucket. It worked perfectly and we released the app. After that we added a few more features which required firebase remote config and uxcam. I have no idea at which point the uploads started to fail. I have tried to remove the entire codebase and created a new app from scratch with only the upload functionality. But it is still not working. It throws an exception while executing the line below.
The exception that is thrown is mentioned below:
I have tried running this code on 2 different devices. Both shows the same error. I have been stuck on this for 4 days. What can I do to resolve this?
PS: I am not sure if it is an issue with expo itself or aws library, so adding this on both repositories.
Beta Was this translation helpful? Give feedback.
All reactions