DEV SERVER ERROR HANDLER BUG !
See original GitHub issueI FOUND BUG!!!
THIS IS FUNCTION CALL ONE TIME WHEN SERVER STARTED!! BUT AUTOR WEBPACK TELL ME THiS FUNCTION CALL EVERY TIME WHEN BUILD ERROR!! IF I PRESS CTRL + S AND BUILD ERROR THiS FUNCTION NOT CALL!! I FOUND BUG!
new WebpackDevServer(webpack(CONFIG)).listen(8080, 'localhost', function(err){
Growl.notify(err.message)
})
QUESTIONS??? THiS CODE NOT REACTING IN BUILD ERROR. JUST ON SERVER START ERROR/!
IS A JUST SERVER ERROR BNOT BUILD ERROR!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Some errors are not handled correctly for proxied requests
I tried to workaround this bug by using the before option, as you suggested @evilebottnawi: module.exports = { devServer: { before: ( ...
Read more >Error handling - Apollo GraphQL Docs
Whenever Apollo Server encounters errors while processing a GraphQL operation, its response to the client includes an errors array containing each error that ......
Read more >Best Practices for Node.js Error-handling - Toptal
Handling errors properly means not only reducing the development time by finding bugs and errors easily but also developing a robust codebase for ......
Read more >Error handling in node.js - Medium
Failed to resolve hostname; The server returned a 500 response. Syntax Error: This is also known as programmer error, and they occur when...
Read more >Express.js Error Handling 101 - ButterCMS
Error handling provides helpful information on bugs in a program with messages containing the type of error that occurred and the stack/position ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

NICE BUG TNX 4 SHARING !!!
he is liar!!!