Harshitha K P
                                            Harshitha K P
                                        
                                    @Redsandro I was able to reproduce the issue, When the server encounters unexpected file error is returned to multer-error.js https://github.com/expressjs/multer/blob/59376904cf2317b3683368c8cbe3736356ffacd2/index.js#L40 In multer-error.js error mapping is defined, where 'LIMIT_UNEXPECTED_FILE' error is...
@rahadur Can you provide the client side form which you used ?? So that I can recreate the issue.
@csaroff This refers to the same issue https://github.com/expressjs/multer/issues/525
https://github.com/expressjs/session/issues/2#issuecomment-558049943
@LRagji is the solution given by @mhdSid helped in resolving your issue ??
@LRagji is the issue still appearing ? If yes can you please provide code to recreate ?
It's been fixed!, not appearing now. This issue can be closed.
@antishok You are right that race condition occurs in case of custom stores, in these situations session needs to be saved explicitly before redirect. ```js req.session.save(function(err) { // session saved...
@TGNC Does the solution provided by @isidroamv helped resolving your issue ??
@tvainika Is the solution provided by @knoxcard is acceptable as a workaround ??