Coder Social home page Coder Social logo

notifications-server's Introduction

Webhook Notification Server

Un servidor diseñado para el manejo de webhooks de Facebook y procesar notificaciones. Su uso está relacionado

Instalación

  1. npm install
  2. npm start

notifications-server's People

Contributors

totallynotdavid avatar

notifications-server's Issues

Database Insertion Error

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.