Mahesh

Results 20 comments of Mahesh

@Abhishek-1337, New link for different website should be open in the new tab, I guess . should I change the label. And How I misuse the oppertunity? - Can you...

Hi @Eshan-Sharma , Creating PR for this

Sir, Is it good or should I improve the duration UI, or any other changes from your side.

## Just change the package.json file inside the prisma folder. - **Change prisma/seed.ts to prisma/seedsData.ts** ``` "prisma": { "seed": "ts-node prisma/seedsData.ts" }, ``` #### Let me know if that helps

@hkirat Sir , should I add on demand revalidate, when adding new content ( so when clicking on button to add new content it will revalidate at that time (almost...

@siinghd , here both the page.tsx are server component and they are using searchParams, which is dynamical API, which is not compatible with generateStaticParam(). so either we need to remove...

@hkirat sir, tried many methods (like seeding all videos in SSG, etc.) to seed duration, but this seems good. After old video duration is seeded then we can add duration...

No, It is supposed to have total video duration on it (same as youtube) but the database is empty so to fill the db and then fetch that data here.

> yeah we have a json file with the durations just need to seed the DB I think someone created the code to seed it @hkirat sir, - I think...

> Is this issue closed then? > > I think the pr raised #486 has resolved this issue but still needs to clear the linting tests. That's the thing still...