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

SequelizeUniqueConstraintError when releasing to prod #1235

Open
ccanash opened this issue Oct 9, 2024 · 0 comments
Open

SequelizeUniqueConstraintError when releasing to prod #1235

ccanash opened this issue Oct 9, 2024 · 0 comments

Comments

@ccanash
Copy link
Contributor

ccanash commented Oct 9, 2024

When re-applying the NVDA Bot to Navigation Menu on production, there were SequelizeUniqueConstraintError console errors and it failed to assign. They pointed to CollectionJob.id. It was trying to create a new row with id 19 when the latest auto-incremented id in the table was 33 (with no missing rows between 19 and 33).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant