chai-backend icon indicating copy to clipboard operation
chai-backend copied to clipboard

A video series on chai aur code youtube channel

Results 112 chai-backend issues
Sort by recently updated
recently updated
newest added

I cant figure out how can I use refresh-token route to automatically refresh access token when access token expires

In this comment controller, I've completed all of the controllers. You can now view all comments on a video, add a comment to a video, update a comment on a...

This pull request fixes a bug in the registerUser function where temporary files uploaded via multer were not being deleted if a user already exists, leading to orphaned files on...

Built fully functioning functionalities of following controllers: 1)video.controllers.js 2)like.controllers.js 3)twitter.controllers.js 4)comment.controllers.js 5)playlist.controllers.js 6)subscription.controllers.js 7)dashboard.controller.js fixed bug in subcribtion.routes.js : the channelId params can only be used for getUserChannelSubscribers ,toggleSubscription and...

Getting an error when i upload same files in avatarfile and coverimage ! I guess this edge case wasn't checked ! Probable Solution - ```js if (avatarLocalPath === coverImageLocalPath) {...

All the Features of the Application has done and All To-do's are completed.

A minor mistake in auth.moddleware.js The correct property to access the headers object from the request object is `req.headers`, plural.

throw new ApiError(400,"xyz") even we throw this ApiError on postman/broweser we get the message correct but status code 500 i tried everything but haven't fount any answers....... ![Screenshot (10)](https://github.com/user-attachments/assets/d64dd2f1-8f55-4264-b2b1-f3a7a9ff6155) ![Screenshot...

Just completed the assignment part and added controllers for all routes available for project.