plain-breakfast-55936
02/23/2023, 9:07 AMTask page encountered an unexpected error. This should not happen and might be caused by unexpected data.
Also it only happens when the first step is executed remotely. When the first step is run locally and the rest of the steps are executed remotely - I can access task metadata without issues. I've checked if data is present in minIO bucket and it is - for all of my runs.
Any idea as to what is causing this error?brave-lion-15961
02/23/2023, 1:53 PMplain-breakfast-55936
02/23/2023, 2:28 PMbrave-lion-15961
02/23/2023, 5:04 PMConsole or Network tabs of your browser?plain-breakfast-55936
02/24/2023, 7:23 AMstart is the name of the first step:plain-breakfast-55936
02/24/2023, 7:26 AMNetwork. All status codes are 200.brave-lion-15961
02/24/2023, 2:24 PM<ErrorBoundary/> in RunPage.tsx and the error you are seeing in your console screenshot is likely from one of the places in the search screenshot attached. To narrow it down, can you click on index.tsx:491:36 and share the code around that line?plain-breakfast-55936
02/24/2023, 2:51 PMbrave-lion-15961
02/24/2023, 2:59 PMbrave-lion-15961
02/24/2023, 3:00 PMsrc/pages/Task/index.tsx line 491 should be if (dagResult.data && dagResult.data.steps) {brave-lion-15961
02/24/2023, 3:00 PMbrave-lion-15961
02/24/2023, 3:02 PMbrave-lion-15961
02/24/2023, 3:02 PMplain-breakfast-55936
03/03/2023, 1:58 PM... I am wondering if your on-prem code is running on a different version of metaflow?How can I check metaflow version on remote ? I tried printing it with
pip show and from within metaflow script but without success.brave-lion-15961
03/03/2023, 3:01 PMbrave-lion-15961
03/03/2023, 3:03 PMbrave-lion-15961
03/07/2023, 4:40 PMplain-breakfast-55936
03/09/2023, 1:27 PM