Jamal Almonawer جمال المناور

Results 4 comments of Jamal Almonawer جمال المناور

@HenryHengZJ Yes, unfortunately, older records are retained when using Postgres DB, regardless of whether you use the Record Manager or not. This leads to incorrect (or outdated) retrieval results. This...

We tested the fix from PR [#4808](https://github.com/FlowiseAI/Flowise/pull/4808) using the fork here: `https://github.com/Mewyii/Flowise/tree/feature/postgresDatabaseFix` With this branch applied, the issue is resolved for us, duplicates are no longer created. @HenryHengZJ Is there...

Has anyone made any progress here?

I assume, in discussion [532](https://github.com/FlowiseAI/Flowise/discussions/532), @HenryHengZJ meant to change the line: ```javascript this.app.use('/', express.static(uiBuildPath)) ``` but that doesn't actually solve the problem, since the requests don't go to the Express...