Son Nguyen
01/18/2022, 9:30 AMprefect server start
and everything started correctly. But in the UI, when I click into a flow, it’s not redirected to flow detail page.
It looks like the following docker images version introduced a new bug
prefecthq/apollo core-0.15.12 d8519b0544d0 5 days ago 324MB
prefecthq/server core-0.15.12 d828f40dbf19 5 days ago 403MB
prefecthq/ui core-0.15.12 5edd4fee96ed 3 weeks ago 225MB
because it worked fine with this version
prefecthq/ui core-0.15.11 6fac027b4605 4 weeks ago 225MB
prefecthq/server core-0.15.11 f6280189d6a5 6 weeks ago 402MB
prefecthq/apollo core-0.15.11 d1b07b3c9a57 6 weeks ago 324MB
Anna Geller
Son Nguyen
01/18/2022, 9:57 AM$ prefect diagnostics
{
"config_overrides": {},
"env_vars": [],
"system_information": {
"platform": "Linux-5.13.0-25-generic-x86_64-with-glibc2.17",
"prefect_backend": "server",
"prefect_version": "0.15.12",
"python_version": "3.8.12"
}
}
Anna Geller
Son Nguyen
01/18/2022, 10:07 AM