Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start the project on my server, page is not loading #291

Closed
vikujangid opened this issue Oct 5, 2023 · 3 comments
Closed

Unable to start the project on my server, page is not loading #291

vikujangid opened this issue Oct 5, 2023 · 3 comments

Comments

@vikujangid
Copy link

vikujangid commented Oct 5, 2023

My Server is Ubuntu 23 from Digital Ocean with 4GB RAM and 80GB SSD

I followed this document
https://www.grampsweb.org/dev-frontend/setup/

git clone git@github.com:gramps-project/Gramps.js.git
cd Gramps.js

And after that I ran docker compose command in this fresh server

docker-compose up -d

Initially I got some errors like problem in creating users (something related to database connections) by these errors were skipped and docker compose was successful.

When I open browser and try to open my server IP address (on 80 port), it automatically redirects http to https. But the docker compose opens only 80 port and now auto redirect leads to 443 port which is not open.


When I tried https://<< my-ip-address >>:5555 it opens the a web page which was trying to load for 10-20 seconds and then it shows only blank page with browser title bar titled with "Gramps Web". But the page is completely blank

I'm not sure how to fix it. Do I need to setup backend first? And how to link it with this frontend? Please help me.
Thanks in advance

@vikujangid
Copy link
Author

@DavidMStraub Thank you for reply..

But mine issue is different than #213. In my case docker has been started but page is not loading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@vikujangid and others