How to add spawnpoints to spawnlist on awake?

Hello, I would like to add all my spawnpoints to the list on awake becuase I spawn the player on awake instead of start. This causes issues becuase it says it can't find the spawnpoint groupings. How do I add all spawnpoints to spawnlist on awake?
 
What spawn point list are you referring to? The Spawn Point component is registered within OnEnable.
 
Top