Closed dogik closed 5 years ago
You will have to change the value of CANONICAL_URL indeed. Set it to http://url:8181
.
@muesli thanks. Apologies, indeed docker run --name beehive -d -p 8181:8181 -e CANONICAL_URL=http://url:8181 fribbledom/beehive:latest
fixed this issue. I probably messed up something while playing with builds.
Don't worry, glad to hear you managed to solve it. We clearly need to handle this situation better than silently failing with a (seemingly) blank page. As a first step I've added an extra Docker example to the README, but we'll really have to fix this in the admin interface.
Thanks for this.
I missed the docket at the bottom of the readme.
Does the docket higher up without the canonical url work in any circumstances?
I was going to run beehive in docker, but faced a blank page when accessing it from browser. I get the following errors in my browser console (tried IE, Vivaldi and chrome):
Steps to reproduce:
I tried:
Can you please advise on what am I doing wrong? Thanks.