msyavuz opened a new issue, #34670:
URL: https://github.com/apache/superset/issues/34670
### Bug description
For some time when in a dev environment with `npm run dev-server` and
Firefox, some actions cause the webpack overlay to show error in multiple parts
of the app. Here's a consistent reproduction:
(Using firefox in dev-server)
1. Go to any dashboard
2. Edit dashboard
3. Change dashboard name
4. You will see the error appear.
```
ERROR
can't access property "stack", error is undefined
createOverlay/<@webpack-internal:///./node_modules/webpack-dev-server/client/overlay.js:608:11
```
It doesn't cause any issues so you can close the overlay and continue
working but the error will continue to appear.
## Workarounds
Setting
```js
overlay: {
errors: false,
warnings: false,
runtimeErrors: false,
},
```
in webpack.config.js sidesteps the issue by not creating an overlay
### Screenshots/recordings
Firefox:
https://github.com/user-attachments/assets/053735e3-a76f-4d10-84e9-46bca42f4ace
Chrome:
https://github.com/user-attachments/assets/64e5f2a4-f143-4d7c-83f6-1000a16a716e
### Superset version
master / latest-dev
### Python version
3.11
### Node version
18 or greater
### Browser
Firefox
### Additional context
In Chrome error still happens but the overlay is not shown and is less
disruptive.
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]