Open
Conversation
Owner
Author
|
yup it is working fine on the first glance but when you refresh it or do some activity it showing errors on terminals and same while deploying and pls reimplement the feature we were adding in you Reverts #17 PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Reverts #17
Hey @Gupta-02 ,
I’ve reverted the merged PR for now because it was breaking the production deployment.
Here are the issues that occurred after the merge:
Cloudinary configuration mismatch
multer-storage-cloudinary(v2 vs v4 syntax).CloudinaryStorage is not a constructor.Session configuration issue
connect-mongowas throwingCannot read properties of null (reading 'length').SECRET) was not loading properly.Double response error
ERR_HTTP_HEADERS_SENTwas occurring due to response being sent more than once in certain flows (error handler + redirect).Fixes I implemented before reverting:
saveUninitialized: false, proper secret handling).res.headersSentcheck.However, since the app was still unstable in deployment, I reverted to keep production stable.
I’ll debug everything properly in a separate branch and merge once fully tested.
Thanks for the contribution 🙌