Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Framework7 file error

A_B_3
Beginner
572 Views

I've got this error in console in EMULATE mode :

Failed to load resource: the server responded with a status of 404 (Not Found) http://127.0.0.1:58889/http-services/emulator-webserver/ripple/userapp/x/Us…d1-a1cc-84c7604efdd5/platforms/ios/www/framework7/js/framework7.min.js.map

Where I can file this file?

 

0 Kudos
1 Reply
Chris_P_Intel
Employee
572 Views

That's not an error.  

The JS was loaded successfully, but CDT(*) wants to help you by loading a matching .map file and it didn't find it.   If you are using App Designer, the .map files should be right next to the Framework 7 .js files ( www/framework7/js/ )

But, regardless, it's not an error that would change your apps behavior in any way.  And when shipped, you app will not ask for the .map files.

 

 

(*) CDT = Chrome Dev Tools. The debugger.

0 Kudos
Reply