Event Timeline
Comment Actions
Just for posterity sake. The relative file name only works for local environments. See mobrovac's explanation on the patch https://gerrit.wikimedia.org/r/c/mediawiki/services/mobileapps/+/502357/. That's what I had figured out but I had to go offline.
On beta cluster node:
cd /srv/deployment/mobileapps/deploy
node
> fs = require('fs');
> fs.readFile('private/base.css', { encoding: 'utf8' }, (err, data) => console.log('BBB: ' + data))
undefined
> BBB: undefined
> fs.readFile('/srv/deployment/mobileapps/deploy/src/private/base.css', { encoding: 'utf8' }, (err, data) => console.log('BBB: ' + data))
> BBB: a,abbr,acro[...]