Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres incompatibility #307

Open
andrewstec opened this issue Mar 17, 2020 · 0 comments
Open

Postgres incompatibility #307

andrewstec opened this issue Mar 17, 2020 · 0 comments

Comments

@andrewstec
Copy link
Contributor

andrewstec commented Mar 17, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant