The issue appears to be related to storing and previewing PDF files, specifically encountering errors when initially uploading a PDF file and facing issues with previewing it. Here's a rewritten version of your statement:
"I'm experiencing a problem where initially, when uploading a PDF file using the code below, it shows an error and appears as null. After a few minutes, the file appears correctly in Appwrite but still doesn't display properly within my code.
const file = await new File([instance.blob], ${pdfContent.page1.heading.text}.pdf, { type: 'application/pdf' });
Uh preview only works with some images
thank you sir for your help its not reflecting changes directly
Sorry, what?
Recommended threads
- HUGE OUTRAGE IN APPWRITE, I CANNOT ACCES...
I have 2k users trying to access, sending me messages. What am I supposed to do? Please solve this asap.
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...