71
Views
2
Comments
How to resolve service center error logs?
Question
Application Type
Reactive

Hi All,

I'm new in the Outsystems, Here I'm working on some fixing error logs that appear in our service center. Can someone please advise me how can I resolve these kinds of error that appear in different modules simultaneously. 

Any help will be appreciable. Please refer the screenshot attached.

Thanks

P.Kumar


err.png
2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Prince,

It is OutSystems, not outsystem.

You get the Cordova not defined error, because you use a Cordova Plugin in your mobile application but are probably testing the mobile application in the browser of your computer.

Furthermore, there are certain changes that you make to a mobile application, like adding a plugin, that require reinstallation of the apk (android) or ipa (ios) on the mobile device. If you don't do that, you might have logic calling the plugin code (that uses cordova) while the plugin is actually not yet packaged into your mobile build.

Regards,

Daniel

2024-06-24 04-49-49
Princi

Thanks Daniel,

First, I have made changes to my question and yes, you are right I'm trying to opening mobile app in chrome simulator that is why that cordova issue was coming.

Thanks 

Prince

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.