epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

Videos are not loading #50

Closed intanta closed 10 months ago

intanta commented 10 months ago

None of the videos are loading in Workshop app, instead the error is being displayed: "Sorry, failed loading videos. Check the terminal output?"

The setup was successful, no issues. Running npm start also does not produce any console errors:

image

In browser console I see this:

image

Tried Chrome, Safari and Firefox - same result

kentcdodds commented 10 months ago

I've just pushed an update that should log out the error for when loading a video fails. Could you run npx kcdshop update to get the latest version of the workshop and try again? If it doesn't work, you should get logs, please share them with me here.

intanta commented 10 months ago

The update fixed it, videos are loading now. Thank you