uwindsorcss / wiki

A student-created wiki tailored for CS students
https://uwindsorcss.github.io/wiki/
6 stars 13 forks source link

Webhook error appears on screen when I run `yarn start` #51

Closed abdularif0705 closed 2 years ago

abdularif0705 commented 2 years ago

Expected Behaviour

http://localhost:3000/wiki/ should open up the main page after executing yarn start.

Actual Behaviour

I get an error on my screen which looks like this

image

To get around this issue I opened up a different file such as http://localhost:3000/wiki/resources/guides/wifi and then the error pops up but then I click [X] to exit the error tab.

image

Steps to Reproduce

check out abdul-test branch and run yarn start. Once everything loads up you should the same error I'm getting

kilbouri commented 2 years ago

Why was this closed? Fixed? If so, how?

abdularif0705 commented 2 years ago

Solved the ThemeHook error that came from me running npm install to download Prettier

Fixed it by going back to an old commit and starting fresh from there. I used yarn install --dev to install the Prettier dependencies and set the default formatter to Prettier in VSC settings. If you are using VSC then you should install the Prettier extension.