Hi All,
I nee dyou help when i am trying to deploy my app on netlify it gives the following build issues as you can see on the attached screenshot.Its successfully building in my local pc but failing on netlify
cute-bavarois-bb0428.netlify.app
Hi All,
I nee dyou help when i am trying to deploy my app on netlify it gives the following build issues as you can see on the attached screenshot.Its successfully building in my local pc but failing on netlify
cute-bavarois-bb0428.netlify.app
Hi @ZainShakir , Welcome to the Netlify Support Forums
The build error suggests that the file ‘./context/AuthContext’
is either not imported correctly, the path to the file is not correct from a relative or absolute path perspective, or the file does not exist.
Kindly go through your codebase and make sure the file is properly imported.
Thanks.