Charles De Groote
Charles De Groote
+1 for the `$timeout`
Hello, I have the same issue, in my overrided method in my controller, I have ``` ruby def render_create_error_bad_credentials render json: { errors: { email: [_("and password you entered did...
We don't have an error but we have this asynchronous problem with omniauth authentication. The `@dfd` is set to `null` then the promise is never resolved.
I have the same error as you (I created a PR also #28 )
No specific logs on the errors. Message I get during the launch: ``` [+] Running 4/6 ⠿ Network monocle_default Created 0.1s ⠿ Container monocle-elastic-1 Started 1.0s ⠿ Container monocle-api-1 Started...
I succeeded to make it work by - adding more RAM (from 8 to 16gb to docker). The error with code 137 seems to not be present anymore (137 was...
@jonatack What do you think ? Need to add something (maybe docs in the readme ?)
For your information, I created nonce that I used to authenticate on kraken like that: ``` api_nonce = ((Time.now.to_f * 1_000_000).to_i
created PR https://github.com/jonatack/kraken_ruby_client/pull/28
@jonatack any news for this ? Can I help somehow ?