Troubleshooting (Nomad for web browsers)
This topic describles troubleshooting for administrators.
Updating issues
After updating the Nomad files on the HTTP server to a newer version, if the clients are still running the older version and the update notification is not showing after multiple page refreshes, it may be due to the HTTP server refusing to serve files with older timestamps than those previously cached on the server.
This may occur when performing copy operations that modify the timestamp on files; when just unzipping files, the timestamps should be preserved, so updating Nomad server on Domino or Nomad for web browsers (Hosting the static web files on SafeLinx or Hosting the static web files on a Domino HTTP server) per the documented instructions should not encounter this issue.
- Linux:
$ touch sw-bundle.js
- Windows
(CMD):
> copy /b sw-bundle.js +,,
After updating the timestamp, refresh Nomad in the web browser to continue the update process. After updating, confirm that Nomad is running the latest version by opening About HCL Nomad via the Help menu.