Closed melosshabi closed 1 year ago
Hi @melosshabi, thanks for including links to the repo and deployed React app in the issue description.
I visited the link in your post and checked the JavaScript console of my web browser. It showed an uncaught error related to Firebase. Here's a screenshot:
I recommend you follow the instructions in this repository's README.md file as written, confirm you can deploy a React app to GitHub Pages and it is not blank when you visit it, and then add Firebase. That way, you can establish a "working" React app as a baseline, which you can refer to when something additional seems to have "broken" it.
I also noticed the homepage
URL in your package.json
is using http
whereas the GitHub Pages site is hosted using https
. I recommend you update the homepage
URL to use https
. Off the top of my head, I don't remember the implications of them being different, but it is one more thing that differs from this repo.
I set up my package.json correctly before deploying but github still shows a blank page.
Here's how my
package.json
is set up: