Hello @Prefect I am trying to create prefect service accounts though rest api. I am spinning the docker container . It is throwing me the *Value Error("prefect.api.cloud) does not appear to be an IPV4 or IPV6 address". Can someone please throw light on this"?
j
jawnsy
04/14/2023, 7:48 PM
this looks like a DNS resolution failure — what happens if you run a command like this?
docker run --rm -it curlimages/curl -v <https://api.prefect.cloud/api/health>