Do you have an issue with a specific file(s)? No
Can you reproduce using one of our samples or online demos? No
Are you using the WebViewer server? No
Does the issue only happen on certain browsers? No
Is your issue related to a front-end framework? Yes
Is your issue related to annotations? No
Please give a brief summary of your issue:
I recently upgraded my WebViewer version from v8.12.0 to v11.2.0 but some how its throwing error if I deploy it on QA. In Local its working fine without any issue.
Also If I try to load same QA app in Incognito its working fine no version mismatch issue.
Please describe your issue and provide steps to reproduce it:
Simple upgrade from v8.12.0 to v11.2.0
Please provide a link to a minimal sample where the issue is reproducible:
Could you provide the log error you are referring to?
Could you provide the package.json of your project?
Have you tried deleting the node_modules folder and redo the npm install?
Yes, I tried to delete node_modules and clear the cache but it was not working.
After investigating in details its not updating local files as my app supports offline app so one of the file .tmp not downloading and due to that its not taking latest lib file and taking only older version.
I added it in my web.config to allow to download it.
Its working fine now. Thanks all for your quick input and guidance.