mozilla / popcorn.webmaker.org

RETIRED
https://blog.mozilla.org/foundation-archive/mozilla-learning/product-update-for-appmaker-and-popcorn-maker/
MIT License
146 stars 116 forks source link

Error: Postgresql not supported #617

Closed ianseyer closed 8 years ago

ianseyer commented 9 years ago

Hi all.

Have popcorn.webmaker running on Heroku mostly successfully (I can't save makes, check my other issues to see what's up). It is pointing at my heroku postgres DB, as the documentation says is supported.

However, I am getting this error in my logs: 2015-07-08T04:09:53.768695+00:00 app[web.1]: lib/project.js: DB setup error 2015-07-08T04:09:53.768701+00:00 app[web.1]: undefined The dialect postgresql is not supported.

Why would this happen?

As far as I can tell, this might also be responsible for my inability to save makes?