eae5a0ebc7
Build and Deploy Verso / deploy (push) Successful in 2m41s
The default published-presentations folder resolved to the app dir (/overleaf/services/web/data/published), which isn't writable by the runtime user → EACCES on publish. Point it at the Overleaf data volume in the production config (Path.join(DATA_DIR, 'published') = /var/lib/overleaf/data/ published), alongside compiles/output, where the app user can write (and which persists when a volume is mounted). Overridable via PUBLISHED_PRESENTATIONS_PATH.