Created a new workspace and moved all the apps, subgraphs, components and dependent assets to the workspace directory.
Bazel build and run gets successful but once I try to open the #websight , it throws this below error on the terminal and I cannot see anything in the browser.
2021-07-04 18:06:48.244 DEBUG packages/imu/ImuCorrector.cpp@138: Finished IMU calibration.
2021-07-04 18:06:54.283 INFO external/com_nvidia_isaac_engine/engine/alice/backend/allocator_backend.cpp@57: Optimized memory CPU allocator.
2021-07-04 18:06:54.283 INFO external/com_nvidia_isaac_engine/engine/alice/backend/allocator_backend.cpp@66: Optimized memory CUDA allocator.
2021-07-04 18:06:54.670 ERROR external/com_nvidia_isaac_sdk/packages/sight/WebsightServer.cpp@398: Error loading websight resource from file '/home/skk/.cache/bazel/_bazel_skk/484a431f23e01459e0de2cff06be4a5a/execroot/nav_workspace/bazel-out/k8-opt/bin/apps/nav/nav_navigate.runfiles/nav_workspace//packages/sight/webroot/index.html'
2021-07-04 18:06:54.775 ERROR external/com_nvidia_isaac_sdk/packages/sight/WebsightServer.cpp@398: Error loading websight resource from file '/home/skk/.cache/bazel/_bazel_skk/484a431f23e01459e0de2cff06be4a5a/execroot/nav_workspace/bazel-out/k8-opt/bin/apps/nav/nav_navigate.runfiles/nav_workspace//packages/sight/webroot//favicon.ico'
^C2021-07-04 18:07:13.040 INFO external/com_nvidia_isaac_engine/engine/alice/application.cpp@350: Stopping application 'navigate' (instance UUID: '4368a5de-dd2d-11eb-9be3-6348b017af6a') ...
2021-07-04 18:07:13.040 INFO external/com_nvidia_isaac_engine/engine/alice/backend/backend.cpp@132: Backend is shutting down...
2021-07-04 18:07:13.051 INFO external/com_nvidia_isaac_sdk/packages/sight/WebsightServer.cpp@499: =====================================================================================
How to resolve this error.
Need some support to resolve this issue. Thanks!