I got this up and running fairly quickly from the docs and insight from https://ahmedmusaad.com/self-hosting-firefox-send/, however, when it comes to uploading documents, it instantly fails to the /error page as soon as I click upload - all other file stats display correctly. My hunch is that it's storage related, though tmk I thought it was suppose to default to local storage. All seems fine except for the upload portion.
This is what the web console shows:
TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at Object.pruneTokens (storage.js:213) at new <anonymous> (storage.js:38) at Object.<anonymous> (storage.js:228) at o (bootstrap:63) at Module.<anonymous> (metrics.js:1) at o (bootstrap:63) at Module.<anonymous> (app.f2f95a8e.js:29) at o (bootstrap:63) at Object.<anonymous> (app.f2f95a8e.js:29) pruneTokens @ storage.js:223

My Env:
- OS: Ubuntu 18.04.5 LTS
- ubuntu@ip-172-31-32-195:/opt/send$ npm -v && nodejs -v
- npm v6.14.6
- nodejs v12.18.3
- Used "sudo docker-compose up -d", got nginx proxy working, lets encrypt, etc..
- Running Config: config.js.zip
Any ideas? Permissions Related? I can't locate a log file, so if someone could point that out as well, that'd be awesome.
Thanks in advance!