When creating a post with an attachment, initially loading the post (by clicking one of the side feed links) causes an exception in the frontend, and causes the frontend to be logged out of its current session. Logging in again shows the content correctly.
Steps to reproduce
Log in to an MSA in the SAT
Create a post with an image attachment
Wait for the SAT backend to receive the webhook notification announcing the new content
Click one of the sidebar links (Discover, My Profile, Profile)
Receive the error in the attached image.
NOTE: The error complains about a null attachment, but inspection of the browser network tab shows the post content response contains a correctly-formatted attachment object.
Description
When creating a post with an attachment, initially loading the post (by clicking one of the side feed links) causes an exception in the frontend, and causes the frontend to be logged out of its current session. Logging in again shows the content correctly.
Steps to reproduce
NOTE: The error complains about a null
attachment
, but inspection of the browser network tab shows the post content response contains a correctly-formattedattachment
object.