-
Notifications
You must be signed in to change notification settings - Fork 78
Description
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.