arl / statsviz

🚀 Visualise your Go program runtime metrics in real time in the browser
MIT License
3.19k stars 121 forks source link

[Bug] /debug/statsviz/tippy-bundle.umd.min.js.map 404 #92

Closed jageros closed 1 year ago

jageros commented 1 year ago

/debug/statsviz/libs/js/tippy-bundle.umd.min.js.map 404 Not Found /debug/statsviz/libs/js/bootstrap-toggle.min.js.map 404 Not Found /debug/statsviz/libs/js/popper.min.js.map 404 Not Found /debug/statsviz/libs/js/bootstrap.bundle.min.js.map 404 Not Found

arl commented 1 year ago

Can you share the Go code you're running please?

arl commented 1 year ago

@jageros ping

arl commented 1 year ago

Those are just browser warnings saying that source maps are not found. Indeed statsviz do not embed source maps of the javascript library it uses. It seems there's 3 ways to proceed forward to solve this (which doesn't in any way impede statsviz functionality):