Hi everyone-
Iām slightly newer to the dev world but i finally was able to get this āconnected wallet nftsā backend to work. iām using a github that is related to the tutorial https://www.youtube.com/watch?time_continue=4&v=V0Ury4iR0lE&embeds_euri=https%3A%2F%2Fmoralis.io%2F&feature=emb_logo
my issue is i have the backend working fine on a digital ocean droplet, but I canāt get my front end build to load on my namechape file manger/cpanel hosting like iām used to
I run NPM RUN BUILD and get everything into my .next file and extract it in file manager as shown below. The dapp loads perfect fine if i do NPM RUN DEV and loads as i would expect on my localhost3000 but when i load the files on cpanel iām not getting the page to load on my domain. I notice that there is no index html being created during the build process here
What am i missing? Thanks!