JoelRB
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
It's fine. You've been helpful. Thanks.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
Ok I will do that. Hopefully I can find a solution soon.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
@julius so I don't see coming into the server.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
I don't have the onUploadComplete. It doesn't get to that. I put a log on so and it's not registering in the browser.
.onUploadComplete(async ({ metadata }) => {
log.debug("Upload Complete Metadata: ", metadata); console.log("Upload Complete Metadata: ", metadata); return { uploadedBy: metadata.userId };
log.debug("Upload Complete Metadata: ", metadata); console.log("Upload Complete Metadata: ", metadata); return { uploadedBy: metadata.userId };
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
I have this post /api/uploadthing?actionType=upload&slug=docAnalyzeFileUpload ... also the presigned
https://sea1.ingest.uploadthing.com/xEVowJainSDGSKXuCJI8R7KOIQwAMjmzxcP9no5ET2LUVFpg?expires=1731497365430&x-ut-identifier=xmurrfld3n&x-ut-file-name=user_2lL1jFWlzieExut2Gep6KQySdA7-350KB.pdf&x-ut-file-size=359075&x-ut-file-type=application%252Fpdf&x-ut-slug=docAnalyzeFileUpload&x-ut-content-disposition=inline&signature=hmac-sha256%3D9db1ea5f92fa933cc330bb1fcb969bdc8a5570dba23fba45b2bb2c277b6c2ce3
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
Ok thanks, I'll check again.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
The file is actually uploaded to UploadThing.
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
Hi @julius can you clarify this? I didn't have this problem in v6. Aside from upgrading to v7, the only other change is moving the Nextjs app out of Azure container as it's too slow to an Azure Ubuntu VM. What could possibly block it?
25 replies
TTCTheo's Typesafe Cult
•Created by lonelyplanet on 10/14/2024 in #questions
My upload button receives the presignedUrls from the server but when fetching the url it hangs.
Hi, were you able to fix this? I am getting this issue now on a live server. Local dev works but not in production server. It worked before in v6.
//not getting here also
onClientUploadComplete={(res) => {
console.log("UPLOAD DONE! ", res);
25 replies