diff --git a/docs/index.html b/docs/index.html index 257b2c9..b73e093 100644 --- a/docs/index.html +++ b/docs/index.html @@ -390,6 +390,15 @@

Download TissuePlex

back to this folder (cd ~/Documents/TissuePlex), run git pull, then docker compose up --build. + +
+ Windows users: After a git pull, + Docker Desktop sometimes reuses a stale build cache and serves an outdated + version of the app, resulting in a black screen with an error about a wrong + MIME type in the browser console. If this happens, force a clean rebuild: +
docker compose build --no-cache
+docker compose up
+
@@ -1084,6 +1093,11 @@

Troubleshooting

TissuePlex is still processing the morphology image. Wait 15–30 seconds and refresh the page. + + Black screen after updating (especially on Windows) + Docker reused a stale build cache. Force a clean rebuild:
+ docker compose build --no-cache && docker compose up + My dataset doesn't appear in the dropdown Check that DATA_PATH points to the parent folder and that