[storage/retry-limit-exceeded] Storage uploadTask not uploading file to Firebase Storage #10822
              
                Unanswered
              
          
                  
                    
                      thaophung137
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 3 comments
-
| literally having the exact same issue, although using entirely different stack (next.js) also trying to upload just images | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Same here, upload hangs and then gives timeout error. Couldn't get the Firebase modular APIs to work properly. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Even I am facing the above issue. Any solution? | 
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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am working on a chat app where the user can upload their profile image. My plan is to upload the file to firebase storage and save the download url to firestore. I implemented this and it worked for a day... then now everytime I try uploading an image, I get this error after 5 minutes:
The maximum time limit on an operation (upload, download, delete, etc.) has been excceded. Try uploading again.
This is the function I have for uploading:

For some reason, it never get pass this line:

Beta Was this translation helpful? Give feedback.
All reactions