Diagnose installation, launch, data, imaging, WebGPU, and update failures.
Start with the first failing boundary. A successful server launch does not prove that an embedding, image plate, or browser GPU path is valid.
Run:
ndea doctor --check-networkIf ndea is not found, confirm that the installer symlink directory is on PATH. Installed versions live under ~/.ndea/versions/; the installer and ndea update manage the active ndea symlink.
On Windows, install.ps1 adds %LOCALAPPDATA%\ndea\bin to the user PATH, which existing terminals do not pick up: open a new terminal before concluding the install failed. ndea doctor omits the symlink and installed-versions sections there, because that layout has neither.
A 403 during release resolution can mean GitHub API rate limiting. A 404 usually means the requested tag or release asset does not exist. Check GitHub status and retry; public releases require no token.
If an update fails before the symlink swap, the current installation remains active. Diagnose the failure, then retry the update.
ndea update is unavailable on Windows; re-run install.ps1 instead. If it reports that it cannot replace ndea.exe, a running ndea still holds the file open: stop that process and retry.
--port, or stop the existing ndea process.Use --no-open to separate server startup from browser launching:
ndea view data.zarr --no-openobsm key is a dense rank-2 array with one row per observation.--obs-columns and YAML obs_columns intentionally limit ingestion. Add the missing column and restart. For MuData, confirm whether the column belongs to root observations or a modality.
hcs_plate or plate alias.fov_name or well values to image paths below the plate root.multiscales metadata./plate or /plate/<dataset>.See Image linkage and Optimise OME-Zarr imaging.
Use a current Chrome or Edge release. On Linux or a remote GPU host, verify Vulkan device access and follow WebGPU on HPC. Software rendering can make a page open without providing the WebGPU limits required by the scatter.
Include:
ndea --version and operating system architecture;