Hello,
I recently deployed my app and noticed that data isn’t being properly updated on the deployed version but is working fine on the test version.
The data is set up so that when a user clicks ‘submit’ an external api call is made and it navigates them to an ‘interim’ page
once on the interim page the api call takes around 30 minutes and then the ‘training done’ field in ‘trainingstatus’ data is to be set to yes. After it is set to yes the user will be navigated to the next page.
The problem I am having is the ‘training done’ field is not being set to yes on the live version of my app (it is being set to no) even when the api call is successful. the the callbacks aren’t working and data isn’t updating to what it should be. But works fine in test version.