Closed Parikshit2001 closed 1 month ago
In my opinion either @hkirat has to fix it from the backend OR if you want some other image URLs, then please give it to me, I'll add them in the prisma/seed.ts file
It shows access denied when you try to open the image url directly on browser
It's not a bug, the link added in the seed command is not public, you can replace it in your machine if you want.
@Parikshit2001 Hey can you tell me what is the use of prisma/seed.ts file and scripts folder in src folder path src/scripts
@Parikshit2001 Hey can you tell me what is the use of prisma/seed.ts file and scripts folder in src folder path src/scripts
The scripts present in scripts folder is used to automatic deploy your application on server that u will see study in dev ops, if you are member of cohort 3. The seed file in prisma is to add mockup data in your database using the file, in most of case that performed for testing purpose in dev environment.
Describe the bug Cover Image is not showing up on the home page which comes after login. If I go to the src of that image it says access denied.
To Reproduce Steps to reproduce the behavior:
Expected behavior Image should show up on landing page
Screenshots or GIFs
Info (please complete the following information):
Additional context The data is seeded in the prisma/seed.ts file - https://github.com/code100x/cms/blob/main/prisma/seed.ts