Custom Advancement not working

Hello! I wanted to do a little datapack where you can create amongus heads (yea funni). Recipes work and I wanted to make an advancement for crafting all of them. Sadly something doesn't work and I can't find out what.

The path to the advancement is: data/amongus/advancement/sus/root.json

Here is that advancement json file:

{
    "display": {
        "icon": {
            "id": "minecraft:player_head",
            "components": {
                "minecraft:custom_name": "Red Crewmate Head",
                "minecraft:profile": {
                    "properties": [
                        {
                            "name": "textures",
                            "value": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmUyMDlhMTJjODE3MzIyZWJiYzFiYzQ2OTE4NDAyN2EyMTIzNGJjMDRmYzcwNWMzODY4OGYzZWZmNDAyMjc4ZiJ9fX0="
                        }
                    ]
                }
            }
        }
    },
    "title": "Sussus Moogus",
    "description": "Crafted all sussy bakas!",
    "frame": "challenge",
    "background": "minecraft:block/sculk_catalyst_top.png",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false,
    "criteria": {
        "white": {
            "trigger": "minecraft:recipe_crafted",
            "conditions": {
                "recipe_id": "amongus:white_crewmate_head"
            }
        }
    },
    "rewards": {
        "experience": 69
    }
}

Everything seems fine to me but the advancement doesn't even show up when I use /advancement command.

Thanks in advance to anyone who tries to help!

Continue to help post