HashLips / hashlips_nft_minting_dapp

HashLips minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.
MIT License
1.02k stars 984 forks source link

Help Req - live dapp webpage is blank #130

Open gateforce opened 2 years ago

gateforce commented 2 years ago

The minting dapp works perfectly on localhost but when I upload the build to the server all I get is a blank screen?

I tried the fix suggested here: https://discordapp.com/channels/889036571385409556/890636937155727462/944291696320086016 but no luck...

I'm using Chrome w/javascript enabled Build is hosted on a GoDaddy shared server using a custom domain with no SSL(yet) I'm very comfortable working in a web environment; I'm a front end developer with almost 20yrs experience and this has me baffled...

Anyone feel like helping me troubleshoot? I've tried asking for help on discord but no takers... I'm in Canada - Eastern Time Zone

gateforce commented 2 years ago

Is it possible the page isn't loading because I don't have SSL installed ?? console-error

BedoSensei commented 1 year ago

The dapp only works when all the files are in the root. However, you can move the index.html file to another folder and leave the configuration files in their place.

You just have to change the access to the html file by modifying the file: asset-manifest.json and change the path of index.html