moleculer
                                
                                 moleculer copied to clipboard
                                
                                    moleculer copied to clipboard
                            
                            
                            
                        errorHandler in moleculer.config.js
#moleculer.config.js
"use strict"; module.exports = { errorHandler: null, }
I want to know how errorHandler is used? I have seen the document (https://moleculer.services/docs/0.14/broker.html#Global-error-handler) but it doesn't help
What exactly do you expect here?
Could you write more detail? Cos that I saw you set errorHandler is null,
@lucduong e chào a ạ. em đang muốn bắt một số lỗi và custom lại nó. Em đọc trên docs thì thấy có errorHandler xử lý lỗi, mà e chưa biết phải sử dụng nó như thế nào ạ.
ảnh lỗi muốn custom: https://prnt.sc/dZBte7wiuh7a

For 404 handler in moleculer-web see this example