Hi! Today when I attempted to deploy a page, I got an error that I’ve been unable to resolve. None of the code that I updated today is related to this error and I’ve explored the specific entity and components that are referenced in the error logs but still no luck. Can you point me in the right direction?
It means you’re trying to access a property of a null object. Most likely one of your entities is missing data that your template assumes exists (isn’t null checking).