You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug happens only when running meteor --production but I'm not sure it happens on actual build/deploy. I stumbled upon it while looking for another bug. But I figured you'd want to know
Or replace montiapm:agent with montiapm:profiler for the same result
Open localhost:3000 in a browser -> see the basic click app
Edit client/main.js e.g. to add a console.log() statement somewhere (but make sure it's a new hash)
wait for the browser to refresh
Result: the browser refreshes to a blank page, with an error in the console that it failed to fetch the javascript
The text was updated successfully, but these errors were encountered:
namenotrequired
changed the title
combining with montiapm breaks hot-code-push when using --production
combining with montiapm breaks HCP when using --production
Aug 1, 2023
This bug happens only when running
meteor --production
but I'm not sure it happens on actual build/deploy. I stumbled upon it while looking for another bug. But I figured you'd want to knowSteps to reproduce:
$ meteor create reproduce --blaze $ cd reproduce $ meteor remove standard-minifier-js $ meteor add zodern:standard-minifier-js $ meteor add montiapm:agent $ meteor --production
Or replace
montiapm:agent
withmontiapm:profiler
for the same resultclient/main.js
e.g. to add aconsole.log()
statement somewhere (but make sure it's a new hash)Result: the browser refreshes to a blank page, with an error in the console that it failed to fetch the javascript
The text was updated successfully, but these errors were encountered: