JinHuang0101 / ExerciseTracker

Full Stack MERN App
0 stars 0 forks source link

Homepage is not displayed properly #1

Open JinHuang0101 opened 11 months ago

JinHuang0101 commented 11 months ago

Clicked on the GitHub pages link, but the home page was not displayed in full. Needed to click on the Homepage tab to view the complete Homepage.

JinHuang0101 commented 11 months ago

Before deployment, the web app opened correctly on localhost, displaying the complete Homepage. After deployed, the problem occurred.

JinHuang0101 commented 11 months ago

issue might be:

"""Github pages will not execute any serverside code. You may only upload static files (html,css,js, images, etc.). In order to have a hosted backend you should look for another service like Google Cloud, AWS Lambda, Heroku, etc."""--quote from stackoverflow