Hi guys! My terminal windows in docker keeps spitting out this same sequence of code over and over again in an attempt to restart my node. I was wondering if anyone has a solution to this issue. Again, this is the only chunk of code docker is giving me repeatedly. Thank you all for your time and suggestions!
Here is the code:
(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:86\n\tstorj.io/private/process.ExecCustomDebug:68\n\tmain.main:329\n\truntime.main:203"}
2020-05-10T21:41:09.198Z INFO Configuration loaded {"Location": "/app/config/config.yaml"}
2020-05-10T21:41:09.199Z INFO tracing disabled
2020-05-10T21:41:09.200Z FATAL Failed to load identity. {"error": "file or directory not found error: open identity/identity.cert: no such file or directory", "errorVerbose": "file or directory not found error: open identity/identity.cert: no such file or directory\n\tstorj.io/common/identity.Config.Load:329\n\tmain.cmdRun:146\n\tstorj.io/private/process.cleanup.func1.4:344\n\tstorj.io/private/process.cleanup.func1:362\n\tgithub.com/spf13/cobra.