fider
fider copied to clipboard
[BUG] Fresh docker setup does not display a sign-up page although everything seems fine
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":
Looking at the source code of the blank page I see this:
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:
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
Any way around this currently. We are trying it out but running into this problem as well.
I'm running into this problem as well. I tried different docker file tags, but no success.
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.
Same problem. Please explain how to get prev version of fider in docker?
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
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?
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.
Adding the port to BASE_URL solved the problem with white screen.
Adding the port to BASE_URL solved the problem with white screen.
Thank you very much! Actually, I should have thought of it myself...