Thegabbanator
Thegabbanator
@chrisbonifacio Thanks for providing this, I actually had not looked into Gen 2's API structure. What I'm looking for essentially is a way for me to query messages in the...
@nadetastic Just got the error again during the upload... here is where that error came: ```typescript async function sendResponse() { if (!response.sender) return setIsLoading(true) const client = generateClient() try {...
@nadetastic If you would like me to modify my error output in some way to gather more information during the ECONNABORTED I can to help try and solve it. Feel...
@nadetastic Sorry I should have answered you when you asked that the first time! My uploads are typically from my photo library or recording from a camera with a max...
@nadetastic What are the chances this is related to this miserable [ExpiredToken error](https://github.com/aws-amplify/amplify-js/issues/12734) I was getting intermittently in V5? That error would come after the app sat in the background...
@nadetastic I am still experiencing this every now. I am now using the fetchAuthSession with a force refresh. When I try the upload again, most of the time it goes...
@nadetastic We have been using our app in TestFlight now for about 2 months. During this time, it's pretty random. Every day or every other day one of the users...
@cwomack The place where this error comes the most often is this function: ```tsx async function sendResponse() { if (!response.sender) return setIsLoading(true) const client = generateClient() try { // Upload...
@cwomack @nadetastic Okay, I finally spent time hunting down the exact source (line of code) that is triggering this error in production. It's happening at least 5 times a day...
@cwomack a few more users got it today. Originating from the same function every time. The screenshots below show that it is coming from `xhr-http-handler`.   All the error...