queue icon indicating copy to clipboard operation
queue copied to clipboard

Postgres incompatibility

Open andrewstec opened this issue 4 years ago • 0 comments

Expected: Sequalize ORM can be configured to use Postgres

Actual: Sequalize ORM can be configured to use Postgres and application will load at start-up, but it will fail to perform on the list ALL /queues endpoint due to a ./ convention syntax error.

Steps to recreate:

  1. Install Postgres
  2. Create Postgres db, user, and password
  3. Edit environment variables in Queue to use Postgres connection information and set the sequalize environment variable type as postgres.
  4. Login to application. At this point, you will see an error appear on the front-end (rendered by successfully loaded React UI) after logging in.
  5. Visit endpoint to see specific syntax error.

andrewstec avatar Mar 17 '20 19:03 andrewstec