Using @s only can select player entities, when it should be able to select all entities.
To reproduce:
open world in affected version
wait for, or place some entities
use /data get entity @s[type=minecraft:player]
see that you get data relevant to player
use /data get entity @s[type=!minecraft:player]
game says "No entity was found" even though there are plenty of entities around
@s
only targets the entity executing the command.