Some forms desire to render the name of the currently logged in user (e.g., the comment form). If the form is stored in the cache, then the AccountProxy
gets serialized. This currently does not seem to have any bad effects, but it does not make much sense to serialize the proxy either. Affected code typically looks like this:
$form['#theme'] = 'username';
$form['#account'] = $this->currentUser;
?
Closed: outdated
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.