alan blount
alan blount
yeah - no problem - enjoy the beach _(or whatever)_
Any update on this, or the other PRs on this repo? _sidenote_ I think this is a great addition to Meteor, and should be considered almost a requirement, allowing Meteor...
``` js import { JsonRoutes } from 'meteor/simple:json-routes'; Meteor.startup(() => { // // Enable cross origin requests for all endpoints JsonRoutes.setResponseHeaders({ 'Cache-Control': 'no-store', Pragma: 'no-cache', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'GET, PUT,...
YES! I would very much like to be able to configure these URLs... @carlevans719 link/commit is a good start, allowing us to specify our own prefixes. In my mind, though,...
now in PR #109 ^ thanks @carlevans719 & super-thanks @stubailo
I've been seeing this too, recently, but I have yet to investigate and create a test case for it... Currently, only in production bundled code. ``` $ meteor --version; node...
I'm not doing it intentionally but it is happening when loading inside of react storybook. It is likely when something starts with any component and internal State change and stops...
same problem, same workaround
FTW! thanks @pacoual