Description
Quick summary
The public block has missing informations (frontend):
Weirdly in edit mode, it works fine (backend):
...but block config options are missing (backend):
...and in the browser console I’m encountering this error (backend):
GET https://fedimedia.it/wp-json/wp/v2/users/0/?context=activitypub&_locale=user 404 (Not Found)
{"code":"rest_user_invalid_id","message":"ID utente non valido.","data":{"status":404}}
Steps to reproduce
- Put the Follow me on the Fediverse block in a page/post
- Open your browser’s developer console
- Observe a 404 error from a REST API call to /wp-json/wp/v2/users/0/
- Publish and check the frontend view
- Notice that the block may appear empty or incomplete due to this failed request
Site owner impact
More than 60% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
No response