You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware of the error on the user side.
Still: I think flyte could show a more helpful error message here to point to the bad parameter.
Additional context to reproduce
The error shown in the browser dev console is:
TypeError: can't convert null to object
**REDACTED**
Object { componentStack: "\n in Unknown\n in div\n in S\n in section\n in ForwardRef\n in div\n in ForwardRef\n in ForwardRef\n in Unknown\n in Unknown\n in div\n in ForwardRef\n in ForwardRef\n in div\n in t\n in ForwardRef\n in s\n in div\n in ForwardRef\n in ForwardRef\n in ForwardRef\n in ForwardRef\n in Unknown\n in E\n in Unknown\n in Unknown\n in Unknown\n in E\n in div\n in Unknown\n in Unknown\n in t\n in t\n in Unknown\n in E\n in t\n in div\n in t\n in Unknown\n in l\n in c\n in l\n in Unknown\n in Unknown\n in Unknown" }
main-965d5331.js:1:369655
Screenshots
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to launch a workflow with a faulty
dataclass
the UI breaks with an unhelpful react error as shown in the screenshot:Please find this minimal example workflow:
where
k
has a wrong default. Instead ofk: Optional[Dict] = None
, it should beExpected behavior
I am aware of the error on the user side.
Still: I think flyte could show a more helpful error message here to point to the bad parameter.
Additional context to reproduce
The error shown in the browser dev console is:
Screenshots
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: