I've tried deploying a scoreboard app via Netlify and Github. It all goes smoothly but the JS code does not function correctly. I've also tried with another site using JS (using the same method) with the same result. Both sites work perfectly fine on my local machine and on Scrimba. They also both work fine when deployed manually with Netlify but it seems the problem is introduced when linking via Github. Any suggestions?
#[SOLVED] Problems running JS on Netlify via Github
1 messages · Page 1 of 1 (latest)
I don't know if you've seen this already, but this post is pinned to the m3 channel and describes the solution to the most common cause of this issue, which a lot of students have encountered: #making-websites-interactive message
Thanks Daniel, this fixed the problem.
Thanks Nathan, the solution linked below solved the issue.