Error on a hidden block

I noticed an error on one of my blocks ‘loggedin__user’ this block has in it data from the current user specifically, I have an image pulling the Current user ‘profile__image’ and a text pulling the Current user ‘first__name’

The error is as follows.
Screenshot 2022-06-15 at 00.15.01

This error only shows when the current user is not logged in.
This is my codeless logic for my loggedin__user block here below.
image

The error indicates that your logic tries accessing the profile_image and first_name properties on an object that is null. You need to debug your logic to understand where and why it happens. To debug in Codeless, you can use the print block to log any important details. The output goes into the console tab of the DevTools panel.

Regards,
Mark