getfider / fider

Open platform to collect and prioritize feedback
https://fider.io
GNU Affero General Public License v3.0
2.75k stars 620 forks source link

[BUG] Fresh docker setup does not display a sign-up page although everything seems fine #1160

Closed okauert closed 2 months ago

okauert commented 4 months ago

Fider Cloud or Self Hosted Using fider (self hosted) via docker. Version: 0.22.0-a3f4cb5ed0a4ee2d726705fc426636364aac17a1

Describe the bug After running fider with a docker-compose.yml everyting seem to work. But no sign up page is visible in any browser.

To Reproduce The following docker-compose-yml has been used and lauched via "docker-compose --profile with-deps up": docker-compose yml

Looking at the source code of the blank page I see this: sign_up_html

But neither in Chrome nor Edge nor Firefox I can see any form to input anything. I'm stuck there. The page is fully blank (white).

This is the docker log: log

So it seems to startup fine. But I cannot see the sign-up page at all.

Expected behavior A sign-up page is displayed.

Screenshots A blank screen is not very nice to look at. It's simple blank white. Nothing on it!

What can be done to fix this? THX

DereckSimpatico commented 4 months ago

Any way around this currently. We are trying it out but running into this problem as well.

fabbaum commented 4 months ago

I'm running into this problem as well. I tried different docker file tags, but no success.

DereckSimpatico commented 4 months ago

I'm running into this problem as well. I tried different docker file tags, but no success.

I installed version before and it worked fine installing but activation is broken now. Starting to think this repo is dead.

vladossipov commented 4 months ago

Same problem. Please explain how to get prev version of fider in docker?

fabbaum commented 4 months ago

Same problem. Please explain how to get prev version of fider in docker?

Use instead docker main tag the long SHA tag from a previous version. You will find all containers on docker hub.

https://hub.docker.com/r/getfider/fider/tags

info-path commented 3 months ago

Same problem. Please explain how to get prev version of fider in docker?

Use instead docker main tag the long SHA tag from a previous version. You will find all containers on docker hub.

https://hub.docker.com/r/getfider/fider/tags

No SHA tag works for me either. I still have a white page. Can you specify a working tag?

fabbaum commented 3 months ago

Same problem. Please explain how to get prev version of fider in docker?

Use instead docker main tag the long SHA tag from a previous version. You will find all containers on docker hub.

https://hub.docker.com/r/getfider/fider/tags

No SHA tag works for me either. I still have a white page. Can you specify a working tag?

No, as I wrote before, I was not successful.

info-path commented 3 months ago

Adding the port to BASE_URL solved the problem with white screen.

fabbaum commented 3 months ago

Adding the port to BASE_URL solved the problem with white screen.

Thank you very much! Actually, I should have thought of it myself...