Ethereum-boilerpoint -> html

Gotcha! Just figured out how to deploy it, launced it to the moralis server, but uploaded the build folder to the website and it doesnt show anything but a blank screenโ€ฆ hmmmm. Next step hahaha

now you look in your browser console for errors

its failing to load resources, chink.js(s) and favicons. any help with that?

did you also upload those js files? of favicon you can ignore that error

yeah i did. heres one of the two errors that i am getting:
Manifest: Line: 1, column: 1, Syntax error.
Failed to load resource: the server responded with a status of 404 ()

and if you open that site on localhost from that build folder it works fine?

correct, works perfectly fine.

what you have in build folder I mean, not what you get by running the application

Yep works in localhost.

then it should work the same when it is deployed, as it should be the same files

some are saying the errors are from a location point: https://stackoverflow.com/questions/22317206/failed-to-load-resource-the-server-responded-with-a-status-of-404-not-found

how do you run it locally from the build folder? just checking to see how you do it (you should use a http server)

right click on the builder folder -> open windows in terminal -> yarn start

it doesnโ€™t sound like you use a http server

for http, i zip the folder and upload it into file manager and extract it into the public directory.

Any steps i can provide?

https://docs.moralis.io/moralis-server/getting-started/connect-the-sdk#view-the-page-from-localhost

Ive completed those steps, im using hosting server on namecheap!

ok, I wanted to point out how you should test on localhost

ah i tried it, yeah im getting the same error when running it on live server. nothing shows up!