dosubot[bot] commented on issue #34670: URL: https://github.com/apache/superset/issues/34670#issuecomment-3183374932
<!-- Answer --> This error comes from the webpack-dev-server overlay and is not caused by Superset's code or configuration. The overlay settings in Superset are generic and do not differentiate between browsers; the difference in behavior between Firefox and Chrome is due to how webpack-dev-server and the browsers themselves handle errors, not anything specific to Superset. Disabling the overlay in `webpack.config.js` (your current workaround) will suppress the error display but won't address the underlying issue. There are no existing Superset tickets or docs about this, and no targeted workaround or patch for this specific overlay error in Firefox is documented in the codebase or recent PRs. Keeping dependencies up to date may help if an upstream fix is released, so it's worth monitoring the webpack-dev-server project for related issues or updates. [Reference: webpack.config.js overlay config](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/webpack.config.js) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/e823675a-5ebf-4724-bd6b-b4b9ebe569f2?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/e823675a-5ebf-4724-bd6b-b4b9ebe569f2?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/e823675a-5ebf-4724-bd6b-b4b9ebe569f2?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/e823675a-5ebf-4724-bd6b-b4b9ebe569f2?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/e823675a-5ebf-4724-bd6b-b4b9ebe569f2?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/e823675a-5ebf-4724-bd6b-b4b9ebe569f2?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/e823675a-5ebf-4724-bd6b-b4b9ebe569f2?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34670) -- 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]
