Hi Guys! Im getting this error when using the UI. ...
# ask-community
g
Hi Guys! Im getting this error when using the UI. Im running a server and an agent in a docker container. {"type":"http-log","timestamp":"2021-09-20T143829.787+0000","level":"error","detail":{"operation":{"user_vars":{"x-hasura-role":"admin"},"error":{"path":"$.selectionSet.flow_run.args.where.flow.project_id._eq","error":"unexpected null value for type \"uuid\"","code":"validation-failed"},"request_id":"0b7c4c08-10ce-4782-9b6b-4a2e3ee547bf","response_size":142,"request_mode":"error"},"request_id":"0b7c4c08-10ce-4782-9b6b-4a2e3ee547bf","http_info":{"status":400,"http_version":"HTTP/1.1","url":"/v1alpha1/graphql","ip":"172.21.0.6","method":"POST","content_encoding":null}}} Any suggestion?
k
Hey @García Gimenez Ignacio - 6to 2da, is your flow very big? Like more than 1000 tasks?
This seems like a registration issue though and normally re-registering will make it go away
g
Hi @Kevin Kho Thanks for answering! No, it's not, it actually is pretty small, I'm just starting with a Hello World print
k
Ah ok. Re-registering should fix
g
Re registering what? How do I do that? I've already tried to register that flow with "prefect register --project "test" --path /mnt/flows/hello.py", but still no luck, it wont show up.
k
Re-registering the flow. The registration command you have looks good. Are you saying it doesn’t show up in the UI? Did you do
prefect backend server
g
I'm using a docker compose file, so those commands don't apply for me.
k
What is the output if you do
prefect diagnostics
?