Closed gkkirilov closed 3 years ago
Hey @gkkirilov we found a bug that just got fixed this morning. https://github.com/forem/selfhost/pull/45 Just pull down the latest main branch from GitHub and you can either delete your setup in GCP and relaunch or SSH into your server as the core
user, sudo vi /opt/forem/configs/traefik/dynamic.toml
, change ReferrerPolicy = same-origin
to ReferrerPolicy = "same-origin"
, save the file :wq
and then restart Traefik sudo systemctl restart forem-traefik
and that should fix this issue for you.
@jdoss worked like a charm, thank you
Describe the bug I get 404 page not found instead of creating an admin account page
To Reproduce Steps to reproduce the behavior: Follow @jdoss https://www.youtube.com/watch?v=af7N_-M1-3Y and deploy on GCP As the final step restart traefik service on server Open domain see no ssl certificate installed and 404 page not found error.
Expected behavior Register first user page
Screenshots
OS (please complete the following information):
Cloud Provider (please complete the following information):
Additional context Add any other context about the problem here. This guy has the same problem -> here