After the 6th April 2022 Mainnet Spork completion. Even after restarting it was not able to connect to Chain and the service was continuously throwing level=warning msg="Unable to connect to chain, pausing system" function=Listener.Start.goroutine package=chain_events. From the local system, the chain was getting connected but not from my production server. Then I created a new DB and connect the service to the newly created DB and there it was connected. not sure what status was being managed in DB. Only one configuration I found in the system_settings table where it was managing paused_since value with some date and time. but even setting it to null it was automatically reset to a DateTime.
I have requested the wallet-api to create/setup some accounts but at that time mainnet was down(Sporked) so API failed and after failing it was continuously retied creating accounts until we went out of Flows
After the 6th April 2022 Mainnet Spork completion. Even after restarting it was not able to connect to Chain and the service was continuously throwing
level=warning msg="Unable to connect to chain, pausing system" function=Listener.Start.goroutine package=chain_events. From the local system, the chain was getting connected but not from my production server. Then I created a new DB and connect the service to the newly created DB and there it was connected. not sure what status was being managed in DB. Only one configuration I found in the system_settings table where it was managing paused_since value with some date and time. but even setting it to null it was automatically reset to a DateTime.I have requested the wallet-api to create/setup some accounts but at that time mainnet was down(Sporked) so API failed and after failing it was continuously retied creating accounts until we went out of Flows