btw if someone actually has this issue clone a chest with desired items inside then destroy chest above player
here
/clone # # # # # # <~ ~1 ~/where ever you want item to drop we will call this 1>
/setblock <1> air destroy
/kill @e[type=item,nbt={Item:{id:&";minecraft:chest";}}]
that should be all