Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG] ERR_ABORTED 504 (Outdated Optimize Dep) - mui-material-styles

Open inno-elon opened this issue 1 year ago • 0 comments

Describe the bug Page doesn't render because of an outdated dependendency

To Reproduce run version 2.0.3 locally

Here is the fix for it:

Add the following to your vite.config.js file

        optimizeDeps: {
          exclude: ['mui-material-styles']
        }

inno-elon avatar Aug 09 '24 15:08 inno-elon