forscht / ddrive

Discord as a filesystem.
https://ddrive.forscht.dev
MIT License
491 stars 98 forks source link

Can't upload files or create folders #63

Closed billyboybob closed 1 year ago

billyboybob commented 1 year ago

I tried deploying using Railway, but I cannot upload anything nor create folders. Checking the Postgres logs showed a bunch of the same errors. Screenshot_5233

Full log: log.txt

forscht commented 1 year ago

You need to run migration first on db.

  1. Clone repo in local
  2. Put DATABASE_URL={DB_URL} in config/.env
  3. Run npm install
  4. Run npm run migration:up
  5. Continue using on railway
forscht commented 1 year ago

Close issue after you get it working

billyboybob commented 1 year ago

It was slightly annoying getting it set up, but I can upload files and create folders now. Thanks!