Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 203 forks source link

SequelizeUniqueConstraintError: Validation error #33

Closed abecks closed 7 years ago

abecks commented 7 years ago

Summary

Running node app.js returns:

SequelizeUniqueConstraintError: Validation error

Steps to Reproduce

  1. Start up a CentOS 7.3 server
  2. Install Postleaf dependencies
  3. Run gulp build
  4. Run node app.js

Additional info

Using CentOS 7.3, Node 7, sqlite 3, GraphicsMagick 1.3.25, after running gulp build

abecks commented 7 years ago

Looks like running node app.js twice works the second time.

venatoria commented 7 years ago

Refer to #22 solved there

claviska commented 7 years ago

Resolved with 48eb7c4.