rickbutterfield / Umbraco.Community.BlockPreview

Easy to use rich HTML backoffice previews for the Umbraco Block List and Block Grid editors.
MIT License
13 stars 10 forks source link

Object Reference not set to an instance of an object. #57

Open parachute-dev opened 1 month ago

parachute-dev commented 1 month ago

Which Umbraco.Community.BlockPreview version are you using?

1.8.4

Which Umbraco version are you using? For example: 10.4.0 - don't just write v10

13.2

Bug summary

When viewing the block preview in Umbraco - all blocks are returning Something went wrong rendering a preview Object Reference not set to an instance of an object.

Front end - blocks render fine - no null exception.

When we step through - the Model itself is null on the backend preview.

Steps to reproduce

Umbraco 13.2 & latest blockpreview

Expected result / actual result

No response

parachute-dev commented 2 weeks ago

It looks like this is happening on version 1.8.3 & 1.8.4 - downgrading to 1.8.2 - no issue.