Hi there, have created a project that contains of 2 folders: dex(front-end) and dexBack(back-end). On localhost, am running ānode index.jsā command and on the front-end am getting Moralis API calls perfectly (wallet balances, dollar valuesā¦). However, when I upload files to Github and then sync with Netlify to host on real server, am NOT GETTING any API callsā¦
What might be the issue? before uploading to Github, I ran ānpm run buildā in DEX(front-end) folder and connencted that Build production with Netlify. So looks like Back-end Moralis settings are being left out from Build folder, is it true? if yes, then what shall I do?
Any ideas what to do to recieve Moralis API calls on real server? Any hint?
Thanks in advance