Entity examination doesn't finish on page when not logged in on a wiki with access controls

From semantic-mediawiki.org

You probably have something like $wgGroupPermissions['*']['writeapi'] = false; in your "LocalSettings.php" file. You need to change this to $wgGroupPermissions['*']['writeapi'] = true;.

23:39, 12 February 2021

Finally got around to testing this, and yes, this fixes the problem. Thanks kgh!

18:28, 18 November 2021