This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Hi @Nicholvs Cvmewon ,
From the logs it looks like one of the http network call is being blocked due to your ATS(App Transport Security) settings and you are not getting proper response there and that response is not handled in your code.
Please add this exception in your infoplist_configuration.json which is part of <project_dir>/resources/common folder.
Un-comment the json content which is there so that it allows "NSExceptionAllowsInsecureHTTPLoads" : true and re-build the application again.
To know more on ATS, Refer to the documentation here.
Hi @Elizvxeth Poole
i tried this above method still it was crashing
@Nicholvs Cvmewon ,
Can you attach the logs once again and if possible KAR file from <workspace>/webapps/<app-name>r directory?