We've migrated an app from a development to a test environment. Upon loading the app in edit mode, everything works as expected. However when we load the app via play we receive an error.
The error we receive is "the app didnt start correctly, check that you are online and try refreshing your browser". When we check the browser console we see an error which says {"error":{"code":"InvalidApiVersion","message":"The API version '' is not valid for provider 'Microsoft.PowerApps' The supported list of API versions are: '2015-02-01, 2015-03-01, 2015-08-01, 2016-01-01, 2016-02-01, 2016-04-01, 2016-05-01, 2016-07-01, 2016-11-01, 2017-02-01, 2017-04-01, 2017-05-01, 2017-06-01, 2017-07-01, 2017-08-01, 2018-10-01, 2019-05-01, 2020-02-01, 2020-06-01, 2020-07-01, 2021-02-01'."}}
Any ideas where to get started with this one?