ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

[bug] Frontend exception when loading new content #148

Closed JoeCap08055 closed 2 months ago

JoeCap08055 commented 2 months ago

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.

image

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-formatted attachment object.