- Remove null return for spaceCOnfig
- Update localPreferences to always use spaceConfig instead of defaulting to factiii
- Add an error if no space is detected
- Stop loading if error
- In initialization check of localStorage
- if it exists then query the updatedAt from server
- If updatedAt matches local then load local
- If this call fails load local and throw error that we are offline
- If not match then run fetchSpaceConfig as it does now
- If not exist run standard fetchSpaceConfig