Skip to content

Board property on Card is *sometimes* null #339

Description

@siada

Describe the bug
I'm using a trello webhook to record some information into an internal system, as part of this webhook I need to read the value of a custom field to retrieve an "ID" of the object I need to record, as well as some other data

However sometimes when the request comes in, the .Board property of the card I create comes through as null - see below code sample

image

In this, one in every 10 or so requests throws a NullReferenceException on card.Board, if I fail the request from the webhook (ie: return BadRequest) the next time the webhook comes through the call works fine

Unfortunately I don't think I can provide much more context than this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions