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

Database Insertion Error #1

Open
totallynotdavid opened this issue Aug 14, 2023 · 0 comments
Open

Database Insertion Error #1

totallynotdavid opened this issue Aug 14, 2023 · 0 comments

Comments

@totallynotdavid
Copy link
Contributor

We are encountering an issue where a null value is being sent for the post_id column in the Notifications_Post relation while attempting to insert a log into the database.

Error in retry: {
  code: '23502',
  details: null,
  hint: null,
  message: 'null value in column "post_id" of relation "Notifications_Post" violates not-null constraint'
}

Steps to Reproduce:

  1. Trigger a webhook that sends a post to the server.
  2. Monitor the log to observe the error when it attempts to retry the post due to a failure.

Expected Behavior:
The post_id should be populated with the correct value when inserting the log into the database.

Actual Behavior:
The post_id is null, leading to a violation of the not-null constraint.

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