Ajax requests failed after update to cordova 12

Hi everyone, I’m encountering an issue with my Cordova app after updating to Cordova Android 12

My config.xml:

<?xml version='1.0' encoding='utf-8'?> Xobucks Xobucks
<preference name="android-minSdkVersion" value="23" />
<preference name="android-compileSdkVersion" value="33" />
<preference name="android-targetSdkVersion" value="33" />

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/activity">
  <application android:exported="true" />
</edit-config>

Do any errors appear in the console when you remote debug?