Why is my Area2D stopping my CharacterBody?

The scene tree of my pickup is Node2D with a sprite2d and area 2d, the area2d having a collider2d. For some reason the area2d is functioning like a regular collider and stopping my player from entering it. What the dillio?

Could you post the relevant code? Screenshot of the scene’s nodes?