Web App Loading Issues#
Use this page when your export folder exists but Cellucid won’t load it (or loads it incorrectly).
Note
The web app has a comprehensive troubleshooting page for loading here: Troubleshooting (data loading). This page is the R-export-focused shortcut.
Symptom: “I can’t select a folder / the picker doesn’t show folders”#
Likely causes
Browser limitations (some browsers don’t support folder picking well).
You are on mobile (not recommended for large datasets).
Fix
Try Chrome or Firefox on desktop.
Use server mode (Python) if folder picker is unreliable: Server Mode (CLI + Python) — Recommended for Large Datasets
Symptom: “Dataset loads forever / spinner never stops”#
Likely causes
Extremely large exports (many genes/files)
Browser struggling to scan the directory tree
Fixes
Export fewer genes (gene panel).
Use quantization and compression.
Consider server mode for large datasets.
Symptom: “Canvas is blank / WebGL context lost”#
Likely causes
GPU/WebGL issues
Dataset too large for GPU memory
Fix
Try a different browser/GPU.
Reduce dataset size (subset cells, reduce layers).
See system requirements: System requirements
Symptom: “CORS blocked” when loading from a hosted URL#
Likely cause
You hosted the files on a server that does not send the required CORS headers.
Fix
Use the supported GitHub exports workflow (Host Exports for Sharing).
Or use server mode (Python) which handles headers appropriately.
Symptom: “It loads but labels/fields are wrong”#
Likely cause
Row order mismatch in the export inputs.
Fix
Re-export after aligning all inputs to the same
cellsorder.
Next steps#
Validate the export folder: Validate Exports and Debug Loading