Flowise
Flowise copied to clipboard
[BUG] ERR_ABORTED 504 (Outdated Optimize Dep) - mui-material-styles
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']
}