Open nileshgulia1 opened 4 years ago
If external CORS destinations are not set in config settings. The action doesn't send error in subrequest object and the page crashes itself. We see a socket error.
subrequest
Providing a next fn to onError handler argument can do custom error handling. https://expressjs.com/en/guide/error-handling.html
next
If external CORS destinations are not set in config settings. The action doesn't send error in
subrequest
object and the page crashes itself. We see a socket error.