Seth Phillips

Results 5 comments of Seth Phillips

the proxyObject is returned from the socketFor method on the service. ``` @service websockets; //...... random code let socket = this.websockets.socketFor(someurl); //...... random code socket.destroy()

just upgraded from 3.5.1 to 3.18.0 and am seeing this on any routes that we redirect in async beforeModel. similar to others, I'm doing something like this. `async beforeModel(){ let...

Thanks for the fast response Robert. https://github.com/sethphillips/transition-aborted-reproduction `great` route works find and tests pass `borked` route fails with TransitionAborted

Im running into this while adding `->withManipulations([ 'avatar' => [ 'manualCrop' => "custom props here", ], ])` during the adding of media to a single file collection with a registered...