config: Use app's core version to compare with backends' core version
Summary
Config module is comparing app's version with stapps core version on the backend, which is not appropriate.
Steps to reproduce
Take a look at init() method of ConfigProvider.
What is the expected correct behavior?
The config provider should compare app's stapps core version with the backends' core version.
Edited by Jovan Krunić