You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install Postgres
Create Postgres db, user, and password
Edit environment variables in Queue to use Postgres connection information and set the sequalize environment variable type as postgres.
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.
Visit endpoint to see specific syntax error.
The text was updated successfully, but these errors were encountered:
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:
postgres
.The text was updated successfully, but these errors were encountered: