mantrajs / mantra-sample-blog-app

A sample blog app built with Mantra
http://mantra-sample-blog-app.herokuapp.com/
MIT License
296 stars 104 forks source link

Failed to parse SourceMap: http://localhost:3000/packages/5b3...a10.map #109

Closed martinhbramwell closed 8 years ago

martinhbramwell commented 8 years ago

Consistently, I am seeing Failed to parse SourceMap: http://localhost:3000/packages/5b30b72add8a8fb25b9d5734a7469f9736a27a10.map in my browser console.

This appears immediately on first use after cloning the repo. It does not seem to affect execution in any way.

you@yours:~/projects/msba$ grep -R 5b30b72add8a8fb25b9d5734a7469f9736a27a10
.meteor/local/build/programs/web.browser/program.json:      "url": "/packages/modules.js?hash=5b30b72add8a8fb25b9d5734a7469f9736a27a10",
.meteor/local/build/programs/web.browser/program.json:      "sourceMapUrl": "/packages/5b30b72add8a8fb25b9d5734a7469f9736a27a10.map",
.meteor/local/build/programs/web.browser/program.json:      "hash": "5b30b72add8a8fb25b9d5734a7469f9736a27a10"

App server versions :

you@yours:~/projects/msba$ meteor --version
Meteor 1.3.2.4
you@yours:~/projects/msba$ npm --version
3.8.5
you@yours:~/projects/msba$ node --version
v4.4.5

Host versions :

you@yours:~/projects/msba$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04 LTS
Release:    16.04
markshust commented 8 years ago

This ticket should be closed, as it's not directly related to mantra. It's a Chrome bug https://forums.meteor.com/t/failed-to-parse-sourcemap-issue-with-meteor-1-3/18542/24

martinhbramwell commented 8 years ago

Ok