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
I installed kadira:debug in my Meteor app, went to the debug ui, clicked connect, but nothing's happening. It does show it's opening a websocket in the Network dev tools, but I'm not getting any info whatsoever.
The text was updated successfully, but these errors were encountered:
It doesn't work for me either. After hooking into DDPCommon on the server I'm trying to debug, I'm seeing this:
DDPCommon.parseDDP called with arguments "msg":"method","method":"kadira.debug.remote.getAppEnv","params":[],"id":"1"}
DDPCommon.stringifyDDP called with arguments { msg: 'result',
id: '1',
error:
{ [Error: Method not found [404]]
error: 404,
reason: 'Method not found',
details: undefined,
message: 'Method not found [404]',
errorType: 'Meteor.Error' } }
It looks pretty clear that the meteor methods that this package injects are NOT getting injected or they're getting removed. Hence, the client cannot connect. I'm searching for a cause, but no promises.
I can't connect using the Kadira Debug UI.
I installed kadira:debug in my Meteor app, went to the debug ui, clicked connect, but nothing's happening. It does show it's opening a websocket in the Network dev tools, but I'm not getting any info whatsoever.
The text was updated successfully, but these errors were encountered: