Soumya Subhrajit Bag

Results 24 comments of Soumya Subhrajit Bag

@vaibhavkrsi I see the error now, change `const bannerData = await client.fetch(query);` to ` const bannerData = await client.fetch(bannerQuery);` you add only `(query)` instated `(bannerQuery)` so I guess that the...

@vaibhavkrsi check if the error you are facing right now maybe it is in the client.js check one the url is fetching the right kind of data or not by...

hi , @topengl I may like to suggest 2 way of this issue, 1 ) The image are loading in the sanity db right, then you fetch the image by...

@Madzeedy gave me more details on this issue so that I can help you with this.

@Madzeedy bruh, You miss a bunch for code in **slug.js** , please revisit the video and try to write the code as well. You forgot to iterate the image to...

hi, @Gstark10 can you be more specific with your error, so that we can help you with you can give a screenshot or a code demonstration.

@Gstark10 1) The error we are seeing here Missing import statement: If the code on line 4 of _app.tsx relies on an external module, but the module is not imported...

hi, @Gstark10 I see the above error, my guess is that error might be the import of sanity is not proper means ex-> `import sanityClient from '@sanity/client'; ` do you...

@Gstark10 1) This error may occur during the installation of sanity, have you done right while installing the sanity client? 2) check ` process.env.NEXT_PUBLIC_SANITY_TOKEN` This one save in the .env...

@Gstark10 I feel your pain bruh just install all dependency and try to install manually may be it could solve your problem.