Hi All,
I am creating a workflow in which one step is to call a rest api.
I have given the URL and Type is GET.
Everytime i run the request i get the error as “Context deadline exceeded”
any help is appreciated
Hi All,
I am creating a workflow in which one step is to call a rest api.
I have given the URL and Type is GET.
Everytime i run the request i get the error as “Context deadline exceeded”
any help is appreciated
In case if you’re running the server from source code; is the given address accessible from your computer?
In case if you’re running the server from a docker container; is the given address accessible from the docker container?
If the address is not accessible, the issue is on your end in regards to how things are set up.
If the address is accessible, the issue might be in Corteza; in this case, we will probably need some more information.