-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API "3.11.174" and Worker "4.2.67" Version Mismatch #147
Comments
Getting this error also. Looks like |
console.js:273 Warning: UnknownErrorException: The API version "3.11.174" does not match the Worker version "4.2.67". I also have a similar error. I hope a patch is made soon. |
I am facing the same issue. The API version "3.11.174" does not match the Worker version "4.2.67". I will be thankful for a patch very soon. |
So is that the reason I can't look at pdf files? Is there any work around like downgrading or something like that?
|
I've had to pin the version of react-doc-viewer to "0.1.5" to have it working for now.
|
Thanks, will give it a try |
there are dependencies with modules,
"node_modules/pdfjs-dist" : "4.2.67",
"node_modules/react-doc-viewer": "4.2.67",
"node_modules/react-pdf" : "3.11.174",
"node_modules/react-pdf/node_modules/pdfjs-dist" : "3.11.174"
These modules are having dependencies with two different version, raising conflict.
Please Guide on how to solve this.
The text was updated successfully, but these errors were encountered: