I was, I downloaded the official templates and it is now working. I compiled the editor and the templates using the same settings, I am not sure why it would work with one and not the other. Honestly, the export system is kind of confusing. Do you have any idea why it would fail with my custom export templates.
Is there a good breakdown of how the editor vs the templates work together? I am following the directions for building from source but I am trying to get a better grasp of how this all works together. My end goal, and this is nearly finished, is to have the game artifact built through CI. I have the godot editor/cli being built from source and the templates being generated through CI and docker and I have the game being exported with a docker container as well. All that is left is getting the CI/butler (to automate itch.io deployments) working.
In order to trust any CI based development, I will need to understand how the engine works with all the components.