#My code works in Scrimba's editor but when I download the zip and deploy to netlify it doesnt

10 messages · Page 1 of 1 (latest)

silver knot
#

I keep seeing index.pack.js reference. What even is that

daring nebula
#

Is your project a plain HTML/CSS/JS site deployed via GitHub? If so, try following these steps to repair the Netlify deployment: #general-chat message

silver knot
#

I actually tried that

daring nebula
#

And I assume it didn't fix the issue? The Netlify site is configured to pull from your GitHub repo, and it's a basic HTML/CSS/JS site, and you've done all of the steps outlined in the post that I linked to? Can you share the link to the GitHub repo so I can see what that looks like? And also a link to the Netlify site, if you have that.

silver knot
#

And this is the repo

#

the code for the repo works in scrimba

#

so the problem im working with now is different from before in that now the site deploys but its all blank. Like all I see is a white screen when it deploys

daring nebula
#

Thanks for sharing the GitHub repo. This appears to be a React project, so the fix that I shared won't work, as it only applies to static HTML/JS/CSS sites. Sorry.