You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to specify CANONICAL_URL environment variable for container.
In your case use: docker run -e CANONICAL_URL="http://127.0.0.1:8181" -p 8181:8181 fribbledom/beehive
I run the docker version of beehive:
I open http://127.0.0.1:8181/ if firefox.
I get this error in console:
Multiple CORS header 'Access-Control-Allow-Origin' not allowed
The page remains blank.
The preflight CORS request (OPTION), do return multiple 'Access-Control-Allow-Origin' headers:
In docker console, everything seems ok.
linux version: Ubuntu 22.04.1 LTS (5.15.0-52-generic)
docker version: Docker version 20.10.17, build 100c701
beehive image: fribbledom/beehive latest 17 months ago 34MB
The text was updated successfully, but these errors were encountered: