Call unsuccessful after 4 tries
I have a new demo app I am working on. The images upload fine but I get the ongoing
[UT] Call unsuccessful after 4 tries. Retrying in x seconds
message.
Just curious what I might be doing incorrectly. I have a React frontend with a express backend. Just doing some ground up work. I've looked at varying examples and my app is similar.
With the image upload succeeding I'm not sure what might be causing it to fail right now. Thanks!7 Replies
It's working locally, because UT is mocking the response - have you set an app url in the UT settings?
I had one set and it didn’t work either. I tried both server and client url
I can try again. I assume I would put the client url correct?
And images were uploading locally but I wasn’t getting a succeeded message or anything like that.
Having the same issue myself. Locally everything mocks as expected, but when I deploy to a test deployment, even after setting the URL to that test URL, I don't receive the callback. @Benanna19 did you manage to unblock?
@Matt | Trustless Engineering I didn't have any luck. I used another service for this app. upload thing works really well in next but i couldn't get it working in basic react app with a server.
thanks for the response! i actually just checked back to my app and the callback came through...? but it took like 5 minutes and a ton of retries on the server.
Hey @Matt | Trustless Engineering I am having the same issues spent the last 8 hours trying to figure out the reasons.
fixed it 🙂 I moved my deployment from vercel to railway.app and re ran the production and it worked!! feels so freakin good
I am currently facing the same issue, switch from Vercel to Railway and still this issue still persists.