Mateusz Kruszyk
Mateusz Kruszyk
@timkinnane Yes I have them set as ENV variables. Does it matter that rc instance auth against LDAP? Edit: I just run the same code against open.rocket.chat and it seems...
Hi. Is there an update on this? Any chance it will work in the future?
@cjus I've created simple hydra application and then wrapped it into Docker image. When I run it locally on Redis running on local host it is fine. But when I...
@cjus I am using just hydra (not hydraExpress). I've added couple of loggers so I am pretty confident that this fails in the init method. If I remove config.init() it...
@cjus I've added some more logging. Code looks like that : ``` console.log('here'); config.init('./config/config.json') .then(() => { console.log('here too 2'); config.version = version; config.hydra.serviceVersion = version; /** * Initialize hydra...
@cjus just tried and gives same result. Beside same docker image works locally against Redis running on my localhost. So I am confident that issue is with AWS Redis and...
@emadum no, sorry. I've made changes you suggested and I got : ``` here /usr/local/bin/node[21]: ../src/pipe_wrap.cc:268:static void node::PipeWrap::Connect(const v8::FunctionCallbackInfo&): Assertion `args[1]->IsString()' failed. 1: node::Abort() [node] 2: node::Assert(char const* const (*)...
@emadum @cjus Docker file says "FROM node:6.3" , it's the one generated by Hydra.
@cjus I really appreciate that. I've sent you skype invite, let me know when is a good time. I am in EET time zone most of the time.
@cjus I am sorry I missed the notifications. I will ping you today. thanks!