Issue while trying to start the client
Following this course: Graph Developer - Associate - GraphQL Tutorials
Hi there @utkarshraj1 ! We recently made some updates to the course, and I would guess that has to do with this error! I’m happy to help troubleshoot. Do you have your code pushed up to a repository that I could take a look at?
One of the changes we made was swapping out the Create-React-App boilerplate in favor of Vite. For this reason, there should be a file called vite.config.js
in the root of your client
directory. Could you confirm if that is present in your repo?