fider icon indicating copy to clipboard operation
fider copied to clipboard

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

Open okauert opened this issue 1 year ago • 5 comments

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

okauert avatar Feb 05 '24 07:02 okauert

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

DereckSimpatico avatar Feb 09 '24 15:02 DereckSimpatico

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

fabbaum avatar Feb 13 '24 10:02 fabbaum

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.

DereckSimpatico avatar Feb 15 '24 19:02 DereckSimpatico

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

vladossipov avatar Feb 18 '24 04:02 vladossipov

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

fabbaum avatar Feb 18 '24 06:02 fabbaum

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?

info-path avatar Mar 06 '24 07:03 info-path

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.

fabbaum avatar Mar 06 '24 21:03 fabbaum

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

info-path avatar Mar 06 '24 22:03 info-path

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

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

fabbaum avatar Mar 07 '24 05:03 fabbaum