Skip to content

Data from HTTP POST request does not make it to the database #92

@diastoleus

Description

@diastoleus

Running an issue from discussion #91 to ground. I did not have all of the facts at the time, but I think I have a pretty good picture of what is going on now:

  • Clients are running properly.

  • Clients are pushing timeline updates properly.

  • API server is receiving HTTP POST requests from clients, verified through packet capture.

  • ghost-api container logs an error 13 when recieving the POST request. It references dotnet errors involving null values in variables that cannot be null. Examining the HTTP POST request payload revealed that the data had multiple null values (perhaps that's what it is referencing?). Timeline update never makes it to the database.

I apologize for the lack of granularity; when I am back on network in a few hours I will post exact log output/packet data to assist in troubleshooting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions