I'm running into a number of issues on Prefect clo...
# prefect-ui
b
I'm running into a number of issues on Prefect cloud when using Firefox on MacOS: • The "Flow Runs" navigation item on the left side of the screen doesn't do anything when I click it. • The "Flow Names" search box on the "Flows" page doesn't do anything. Neither does the "tags" selection appear to filter anything. I've done a full refresh
⌘ + shift + r
but no luck. Are these known issues? Is there some workaround I can try? Is the #CM28LL405 a more appropriate channel to look for help here?
t
I'm expericing something similar. Nothing happens when I search Deployments.
n
Hi @Bryce Derriso / @Thomas Frederik Hoeck - thanks for the report! I’m able to reproduce the search issue, we’ll look into that asap. As for the flow runs nav item not working, I’m having trouble reproing that one; if you’re able, could you DM me a recording or a dump of the console / HAR file from your session where this is happening?
(to get a dump of console logs in Firefox, you can right click on any message in the console and press “save to file”)
m
We have the same problem. Flow runs doesn't work anymore. Log:
index-bJiZR03d.js:5  TypeError: Cannot destructure property 'startDate' of 'this.map(...)' as it is undefined.
at SK.W6t (index-bJiZR03d.js:71:46627)
at SK.map (index-bJiZR03d.js:97:66383)
at r (FlowRunsPageWithDefaultFilter-Jr6lAd_u-5W0pGHKB.js:1:179)
at index-bJiZR03d.js:5:13645
at new Promise (<anonymous>)
at index-bJiZR03d.js:5:13458
at Object.runWithContext (index-bJiZR03d.js:1:40934)
at A (index-bJiZR03d.js:5:19732)
at index-bJiZR03d.js:5:22978
n
Thanks @Mike Logaciuk - the team is looking into this and hopefully will have a patch out today
c
We just did a release that fixed another bug around flow run filters. I'd love to know if anyone in this thread is still experiencing issues of if you issue was resolved.
upvote 1
b
I just navigated to the main dashboard, and did a full refresh with
cmd + shift + r
, and I'm still seeing the same issue. Console looks like it's logging the same
TypeError: this.map(...) is undefined
when I click the
Flow Runs
navigation item as before.
👀 1
c
@Bryce Derriso do you have a custom default filter for the flow runs page? "Past week" is the system default but I'm wondering if maybe what you have saved for your default is part of the issue (and also why I cannot reproduce)
If it is related to a saved default. I might know whats up. Working on a PR for that
m
Clearing cookies done the job... It must be something up to the filters.
👀 1
b
@Craig Harshbarger ah, perhaps, I assume that's saved in some app cache for the page? I'll drop all storage for Prefect UI and see if I can get to the Flow Runs page.
Missed Mike's message above -- looks like the same thing worked for me when I cleared my cookes.
c
If you cleared your local storage that might make sense. Because the default filter is saved there. And if that was malformed or didn't match the rest of the system that could have caused an issue. Please let me know if you have any other issues! This is still something I'm investigating.
👀 1
m
We use Postgres for a storage in terms of API logs, settings etc. Gitlab for pipelines code. Whole stack is deployed to K8S, with separate API/UI. UI is hidden behind side card with additional security measures. Alongside there are 20 workers running in separate pods. But as far I understand. Settings for custom filters do not save in database but in cookies 🙂 Thanks for your efforts folks 🙂