Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
benerogerio commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744257984 I've updated the app with the new release, now the message is: ```html Application Error net:ERR_FILE_NOT_FOUND (file:///android_asset/www/index.html) ``` P

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
benerogerio closed issue #1791: Getting Application Error net::ERR_CONNECTION_REFUSED on production URL: https://github.com/apache/cordova-android/issues/1791 -- 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

[I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
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

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
breautek commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744268145 Can you provide your full `config.xml`? > im was using the correct npm cordova-serve-android command to serve on emulator, but i was building with cordova build andro

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
breautek commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744179814 By using `AndroidInsecureFileModeEnabled` preference you're hosting your web app over the `file://` protocol, which means the webview is not using the WebViewAssetLoader (t

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
benerogerio commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744358837 Yes, problem solved. Looking for a solution, I put AndroidInsecureFileModeEnabled, this was causing the 2nd error message, without it, it was showing the 1st error messa

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
breautek commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744319145 > That's it, worked! Maybe the _**npm cordova-build-android**_ do some more steps on build process because the vue framework. Thanks for the help, I appreciate it! I would

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
breautek commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744318081 k, all that looks fine to me. You do have some old deprecated stuf like `AndroidXEnabled` (which is now forcefully enabled, cordova no longer supports non-androidx stuff) b

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
benerogerio commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744316616 That's it, worked! Maybe the ***npm cordova-build-android*** do some more steps on build process because the vue framework. Thanks for the help, I appreciate it! I

Re: [I] Getting Application Error net::ERR_CONNECTION_REFUSED on production [cordova-android]

2025-03-21 Thread via GitHub
benerogerio commented on issue #1791: URL: https://github.com/apache/cordova-android/issues/1791#issuecomment-2744287301 Yes, this cli makes it much easier to create vue/cordova projects. But since I've been away for a while without releasing new versions, I think I forgot the process a bi

[PR] doc: correct version redirects where possible [cordova-docs]

2025-03-21 Thread via GitHub
erisu opened a new pull request, #1411: URL: https://github.com/apache/cordova-docs/pull/1411 ### Motivation and Context Resolves #1278 ### Description - Fix regex to replace `.md` to `.html` in `all-pages.yml` generation. - Remove `console.log` tha

Re: [PR] fix: replace fs-extra.ensureFileSync with fs.writeFileSync [cordova-android]

2025-03-21 Thread via GitHub
erisu merged PR #1790: URL: https://github.com/apache/cordova-android/pull/1790 -- 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...@cordo

Re: [I] Mark the webview as inspectable in iOS 16.4 [cordova-ios]

2025-03-21 Thread via GitHub
breautek commented on issue #1301: URL: https://github.com/apache/cordova-ios/issues/1301#issuecomment-2743275136 > > Add the following preference to your config file: > > ``` > > > > ``` > > > > > > > > > > > > > > > > >

[PR] fix: replace fs-extra.ensureFileSync with fs.writeFileSync [cordova-android]

2025-03-21 Thread via GitHub
erisu opened a new pull request, #1790: URL: https://github.com/apache/cordova-android/pull/1790 ### Motivation and Context Fix undefined `ensureFileSync` method. ### Description The `fs-extra` npm package was removed which caused `ensureFileSync` to b