benerogerio opened a new issue, #1791: URL: https://github.com/apache/cordova-android/issues/1791
# Bug Report ## Problem With a new release, in production, i'm getting an error when i try to start the app ### What is expected to happen? Must work on prod. ### What does actually happen? On dev env, it works with no problems, but when a up a new build release to the store, the app doesnt work, and show the following error message: ```html Application Error net::ERR_CONNECTION_REFUSED (https://localhost/index.html) ``` I googled for similar problems and found some solutions that doesnt work for me, like some adjusts on config.xml: ```html <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <!-- these below --> <access origin="*" /> <preference name="hostname" value="localhost" /> <preference name="AndroidInsecureFileModeEnabled" value="true" /> ``` ### Environment, Platform, Device Windows 11 vscode Cordova Cli ### Version information - cordova 12.0.0 (cordova-lib@12.0.2) - gradle 8.7 - node v16.16.0 - build tools 34 - platform android 34 ## Checklist - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org