We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was an issue where in case of API server for API enrichment being unreachable, the app would get stuck.
This was due to this line never returning. With Ember client it works fine.
API enrichment should get its own HTTP client, so that this configured timeout can be used, which is not the case ATM.
The text was updated successfully, but these errors were encountered:
Switch from Blaze client to Ember client (close #853)
31f3251
4ee2a71
039cb96
56e99a3
No branches or pull requests
There was an issue where in case of API server for API enrichment being unreachable, the app would get stuck.
This was due to this line never returning. With Ember client it works fine.
API enrichment should get its own HTTP client, so that this configured timeout can be used, which is not the case ATM.
The text was updated successfully, but these errors were encountered: