You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following error on PDF import: Unable to attach the file "241125 - TRN 0490 - MAT{3}DRU24S-06067 (ID 227894).pdf" (The API version "4.10.38" does not match the Worker version "4.8.69".)
Device and browser
Windows 11, Google Chrome
Screenshots and more
No response
Willingness to Contribute
🙋♂️ Yes, I would like to contribute a fix.
The text was updated successfully, but these errors were encountered:
This is unusual. Have you tried to reload the website/reboot the machine?
This error shows that the PDF 'web worker' (which comes with Big-AGI) is an older version of the one in the Big-AGI PDF upload button -- some desync of sort.
In any case, please export chats to backup before anything, just to be sure that the browser doesn't act up.
the solution is simple you just have to sync you pdf-dist from react-pdf to the the current pdf-dist dependency :
Uninstall the current version of pdfjs-dist:
npm uninstall pdfjs-dist
Install the compatible version:
npm install [email protected] or the desired version
Verify the installation:
npm list pdfjs-dist react-pdf
You should see:
Environment
big-agi.com (production website)
Description
Following error on PDF import: Unable to attach the file "241125 - TRN 0490 - MAT{3}DRU24S-06067 (ID 227894).pdf" (The API version "4.10.38" does not match the Worker version "4.8.69".)
Device and browser
Windows 11, Google Chrome
Screenshots and more
No response
Willingness to Contribute
The text was updated successfully, but these errors were encountered: