You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/19 16:02:17 UTC

[GitHub] [cordova-electron] marek8623 opened a new issue, #242: Failed to load resource: net::ERR_FILE_NOT_FOUND - app.js in www folder does not exist

marek8623 opened a new issue, #242:
URL: https://github.com/apache/cordova-electron/issues/242

   # Bug Report
   
   ## Problem
   Builded app is trying to load resources from app.js file that does not exist. The path is: 
   _platforms/electron/www/app.js_
   
   ### What is expected to happen?
   After running _cordova run electron --nobuild_ or _cordova run electron_ the app should work as expected.
   
   ### What does actually happen?
   After running _cordova run electron --nobuild_ or _cordova run electron_ the the app has white background with the following error in the console: 
   
   Failed to load resource: net::ERR_FILE_NOT_FOUND (app.js).
   
   ## Information
   I am trying to build and run cordova electron app on Windows 10 machine. 
   In package.json project I am using following plugins:
   "@journeyapps/sqlcipher": "^5.3.1",
   "cordova-electron": "^3.1.0",
   "electron-rebuild": "^3.2.9"
   
   ### Command or Code
   I followed these steps:
   1. cordova platform rm electron
   2. cordova platform add electron
   3. cordova prepare
   4. $(npm bin)/electron-rebuild
   5. cordova run electron --nobuild or cordova run electron (without nobuild flag)
   
   ### Additional Information
   Cordova Packages:
       cli: 11.0.0
           common: 4.0.2
           create: 4.0.0
           lib: 11.0.0
               common: 4.0.2
               fetch: 3.0.1
               serve: 4.0.0
   
   Project Installed Platforms:
       electron: 3.1.0
   
   Environment:
       OS: Microsoft Windows 10 Pro x64
       Node: v14.17.0
       npm: 6.14.13
   
   


-- 
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-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-electron] CarbonBloem commented on issue #242: Failed to load resource: net::ERR_FILE_NOT_FOUND - app.js in www folder does not exist

Posted by GitBox <gi...@apache.org>.
CarbonBloem commented on issue #242:
URL: https://github.com/apache/cordova-electron/issues/242#issuecomment-1225624593

   Also experiencing this problem


-- 
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-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org