API calls on master server #438
Unanswered
pimvandenbroek
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Found it. And I was doing something wrong. I didn't have 'Follow redirects' enabled. After that, the request went to the correct server. At that point I received the following: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Not sure if I'm doing something wrong here, or if I'm misunderstanding the documentation.
In my company we are using Cronicle behind a loadbalancer. However, when using the loadbalancers base url to try and execute a schedule, in about 50% of the cases we get:
{"code":"master","description":"This API call can only be invoked on the master server."}
According to the docs, we should update the base_app_url to the loadbalancer url.
We should also update web_direct_connect = true, and make sure the api calls are available.
This is already done, but we still are receiving the message. Any thoughts on this would be nice, or even a pointer in the right direction.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions