Open
Description
Description
When starting social-app-template with a local node, there is a race condition with the startup of the gateway services and the frequency node. If the services come up before the node, the provider seed phrase validation fails.
Steps to Reproduce
- Execute
start.sh
- Accept all of the defaults
- Check docker logs to see that one or more of the workers have failed to verify the seed phrase and exited.
Solution
- Use the gateway
start.sh
as a model and port over the startup logic such that the frequency container is started and setup before the rest of the gateway containers are started.