https://prefect.io logo
s

Son Nguyen

01/18/2022, 9:30 AM
Hi, I’m launching a new Prefect server with
prefect 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
Copy code
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
Copy code
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
a

Anna Geller

01/18/2022, 9:40 AM
I couldn’t reproduce the issue. Can you send a screenshot of what you see as UI bug?
can you also send the output of “prefect diagnostics”?
s

Son Nguyen

01/18/2022, 9:57 AM
Copy code
$ 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"
  }
}
as you can see in the video, it’s not redirected to the flow detail page
a

Anna Geller

01/18/2022, 10:04 AM
thanks for the video. Did you really click on this and nothing happened? 😄 Can you instead copy the link and open it in a new tab to check if this way it works for you? it could be just some browser issue. Again, I couldn’t reproduce. Could you try the same in Chrome?
😄 1
I would be happy to open a Github issue if this is a bug but so far it looks like some browser issue. Perhaps is one of your browser extensions blocking the UI somehow?
s

Son Nguyen

01/18/2022, 10:07 AM
wait a minute, I’ll do a quick check on Chrome
My bad, 😅. It works fine on Chrome. Maybe I’m using old Firefox version or some extension blocked the redirection. Thanks for your support!
👍 1
5 Views