how to deploy the ethereum boilerplate on to heroku or or cloud server?
I think that youโll have to upload the build folder for that deploy
i did upload the entire folder on to heroku. is it a dependency issue?
I donโt know exactly, do you get any error? you uploaded only the build folder?
https://cryptohomies.herokuapp.com/
Application error
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
heroku logs --tail
help? An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
Since you got heroku account, you can deplot it there simply without building it due to the way heroku is going to catch and deploy it.
Just ignore the node_modules and push the remains to heroku.
PS: About your error, donโt forget to add the Environmental Variables in the settings tab on heroku too
where exactly or how we can add that variables on settings tab?
For which hosting platform ?
hi. i successfully deployed the boilerplate with heroku, but now the wallet connect button wont work
what can i do ?