frandallfarmer / neohabitat

Repository for the NeoClassical Habitat Server Project
http://neohabitat.org
MIT License
229 stars 41 forks source link

Missing browserfs source map file #412

Open kevzettler opened 1 year ago

kevzettler commented 1 year ago

The web server is throwing 404 errors looking for a sourcemap file for broserfs. This is not a critical issue as its used for debugging.

neohabitat-neohabitat-1         | error: Error caught: Error: Not Found /javascripts/browserfs.min.js.map /javascripts/browserfs.min.js.map
neohabitat-neohabitat-1         |     at /neohabitat/pushserver/bin/pushserver:115:15
neohabitat-neohabitat-1         |     at Layer.handle [as handle_request] (/neohabitat/pushserver/node_modules/express/lib/router/layer.js:95:5)
neohabitat-neohabitat-1         |     at trim_prefix (/neohabitat/pushserver/node_modules/express/lib/router/index.js:328:13)
neohabitat-neohabitat-1         |     at /neohabitat/pushserver/node_modules/express/lib/router/index.js:286:9
neohabitat-neohabitat-1         |     at Function.process_params (/neohabitat/pushserver/node_modules/express/lib/router/index.js:346:12)
neohabitat-neohabitat-1         |     at next (/neohabitat/pushserver/node_modules/express/lib/router/index.js:280:10)
neohabitat-neohabitat-1         |     at /neohabitat/pushserver/node_modules/express/lib/router/index.js:646:15
neohabitat-neohabitat-1         |     at next (/neohabitat/pushserver/node_modules/express/lib/router/index.js:265:14)
neohabitat-neohabitat-1         |     at Function.handle (/neohabitat/pushserver/node_modules/express/lib/router/index.js:175:3)
neohabitat-neohabitat-1         |     at router (/neohabitat/pushserver/node_modules/express/lib/router/index.js:47:12) {
neohabitat-neohabitat-1         |   status: 404
neohabitat-neohabitat-1         | }