Hello there, I'm facing an issue with the Prefect ...
# prefect-ui
n
Hello there, I'm facing an issue with the Prefect UI. Whenever we open a flow with an error log in it, the UI just flashes. Its a self hosted prefect server. Can anyone help?
d
Hey Nandini, Any chance you can share a little more about what you're seeing? Any errors in the console? A short video would be helpful as well!
n
Sure. Here's a short video of it.
d
So that looks like the browser window is crashing -- can you share any errors from the browser developer console? Which browser are you using?
Also which prefect version are you on?
n
I'm using chrome and prefect version 2.16.0
d
Is there anything preventing an upgrade to 2.19.4 (the latest version)?
n
Found Web console errors: • Access to internal resource at '<link>' (redirected from 'https://prefect-<link>') from origin 'https://prefect-<link>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. • Incorrect use of <label for=FORM_ELEMENT> The label's
for
attribute doesn't match any element
id
. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly. a. To fix this issue, make sure the label's
for
attribute references the correct
id
of a form field.
d
Looks like some potential issues w/ CORS
I would first try upgrading to the latest version and seeing if that addresses your issue
n
Okay I will let you know