I decided to post it here for visibility even if I assume that the fix will be in web-apps. Feel free to move that issue if that's better. .
I am using the docker setup in develop. After pulling ghcr.io/euro-office/documentserver:latest-dev this morning, the mobile editor stopped working.
The root cause is that the mobile folder where the app is normally stored only contains the resources. So when it tries to load the index.html, you get a 404 error. See the attached screenshot below for what it looks like:
Given that the build process was changed yesterday, I'm tagging you @moodyjmz , sorry if that's not your fault.
docker images --digests ghcr.io/euro-office/documentserver
REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE
ghcr.io/euro-office/documentserver latest-dev sha256:5c49561919918aa790082c051ab0482fbd75e7e7ec96717a22b43219cb393fd1 c0d61f49a7d2 18 hours ago 7.78GB
docker compose exec eo bash
root@d5ea4ff17091:/# ls /var/www/euro-office/documentserver/web-apps/apps/documenteditor/mobile/
resources
For comparison, here are the expected content of that folder using ghcr.io/euro-office/documentserver:v9.3.2, (sha256:5a1a8b7083856b309f09a5b06aa96f80182cbdfccddcae6c082ecf7a2b3cbf2b):
root@f12d8fedf58e:/# ls /var/www/euro-office/documentserver/web-apps/apps/documenteditor/mobile/
css dist index.html index.html.gz index_loader.html index_loader.html.gz locale resources

I decided to post it here for visibility even if I assume that the fix will be in
web-apps. Feel free to move that issue if that's better. .I am using the docker setup in
develop. After pullingghcr.io/euro-office/documentserver:latest-devthis morning, the mobile editor stopped working.The root cause is that the
mobilefolder where the app is normally stored only contains the resources. So when it tries to load theindex.html, you get a 404 error. See the attached screenshot below for what it looks like:Given that the build process was changed yesterday, I'm tagging you @moodyjmz , sorry if that's not your fault.
For comparison, here are the expected content of that folder using
ghcr.io/euro-office/documentserver:v9.3.2, (sha256:5a1a8b7083856b309f09a5b06aa96f80182cbdfccddcae6c082ecf7a2b3cbf2b):root@f12d8fedf58e:/# ls /var/www/euro-office/documentserver/web-apps/apps/documenteditor/mobile/ css dist index.html index.html.gz index_loader.html index_loader.html.gz locale resources