The WebViewer does not load properly and the HTML component is recursively re-rendered inside (see image below). How should I fix this?
This error has likely occurred because WebViewer can't find it's library. Please make sure that you have done the following:
- The library containing the
webviewer.min.js
file is not located inside thePROJ_PATH/src/app/
folder or any of its sub-folders - You have correctly added the path to
webviewer.min.js
to thescripts
array under thebuild
options array inangular.json
- You have correctly added the path to the library in the
assets
array under thebuild
options inangular.json
- The library containing the