Error message is appearing"Request failed with an error" in outsystems mobile application .
The message appears when the application work offline.
Hi
The error "Request failed with an error" in an OutSystems mobile application typically occurs when the app tries to make a network request while offline.Here’s how you can troubleshoot and fix it:
Possible Causes & Solutions
1. Check Network Availability Before Making API Calls
2. Implement Offline Data Sync (Local Storage)
Check also the service center or you can do debug the mobile app.
Hi @Mizna ALFarsi
Please check ,Is there any API call or any network request that your mobile app is trying to make when there is no internet connection.
if there is any API call then apply condition like application is online then only call API.
Regards ,
Rajat
Hi @Mizna ALFarsi ,
As @Rajat Agrawal and @Amit Jain mentioned you app is trying to connect to a network for a action which fails, Kindly check the network tab in the browser it will give you a better idea. I have attached a sample which calls a dataactionnotofications.
Thank You.
Debugging the mobile app will pinpoint the exact cause of failure, saving time and effort.