function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sijumv2sijumv2 

how to see the view state of a community page

Hi All,

I have a visual force page in community with a visualforce component. It shows all the chatter feeds, from last week it started throwing visual force error, in debug log it shows exception but it never shoes what exception or where it is throwing. The log shows controller excecution as success.
When I make debug log level fine,finest or internal then the page loads.
Then I reduced the number posts shows in the page from 10 to 8 then page started loading, so I ASSUME it was view state exception, but why it was shown in log?
Is there any way to see the view state for those page in community for those users it thrown error? Development mode wont help in community and this page cannot be loaded from salesforce side(other than community).

Thanks