Describe the bug
Related issue: #200
When I run local server via docker-compose.yml and edit a project, the earth terrain won't be displayed.
This issue cannot be fixed by setting a custom Cesium Ion API token. It seems that some essential API requests don't change even if I set custom token.
I fixed this issue by building custom docker image, so probably the bug is from the docker image.
- run
yarn build inside web/ directory.
- run
cp -r web/dist server/web.
- run
docker build inside server/ directory.
- edit
docker-compose.yml to use custom docker image. (replace image: ... with build: server)
- run
docker-compose up
To Reproduce
Steps to reproduce the behavior:
- Run a local server using
docker-compose.yml
- Create any project
- Start editing the project
Expected behavior
The edit and visitor web page both displays earth geometry.
Screenshots
Error log
Two error is shown. One error can be fixed by setting custom API token, but another one remains same.

Edit web page

Describe the bug
Related issue: #200
When I run local server via
docker-compose.ymland edit a project, the earth terrain won't be displayed.This issue cannot be fixed by setting a custom Cesium Ion API token. It seems that some essential API requests don't change even if I set custom token.
I fixed this issue by building custom docker image, so probably the bug is from the docker image.
yarn buildinsideweb/directory.cp -r web/dist server/web.docker buildinsideserver/directory.docker-compose.ymlto use custom docker image. (replaceimage: ...withbuild: server)docker-compose upTo Reproduce
Steps to reproduce the behavior:
docker-compose.ymlExpected behavior
The edit and visitor web page both displays earth geometry.
Screenshots

Error log
Two error is shown. One error can be fixed by setting custom API token, but another one remains same.
Edit web page
