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 can't seem to get this to work over a https connection... any thoughts?
The error I get is:
undefined:1
<html><body><h1>503 Service Unavailable</h1>
^
SyntaxError: Unexpected token <
at Object.parse (native)
at Request._callback (/Users/mike/.nvm/versions/node/v0.12.0/lib/node_modules/meteor-down/node_modules/ddp/lib/ddp-client.js:336:23)
at Request.self.callback (/Users/mike/.nvm/versions/node/v0.12.0/lib/node_modules/meteor-down/node_modules/ddp/node_modules/request/request.js:344:22)
at Request.emit (events.js:110:17)
at Request.<anonymous> (/Users/mike/.nvm/versions/node/v0.12.0/lib/node_modules/meteor-down/node_modules/ddp/node_modules/request/request.js:1239:14)
at Request.emit (events.js:129:20)
at IncomingMessage.<anonymous> (/Users/mike/.nvm/versions/node/v0.12.0/lib/node_modules/meteor-down/node_modules/ddp/node_modules/request/request.js:1187:12)
at IncomingMessage.emit (events.js:129:20)
at _stream_readable.js:908:16
at process._tickCallback (node.js:355:11)
The text was updated successfully, but these errors were encountered:
I can't seem to get this to work over a https connection... any thoughts?
The error I get is:
The text was updated successfully, but these errors were encountered: