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
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
The text was updated successfully, but these errors were encountered:
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.
yarn build
insideweb/
directory.cp -r web/dist server/web
.docker build
insideserver/
directory.docker-compose.yml
to use custom docker image. (replaceimage: ...
withbuild: server
)docker-compose up
To Reproduce
Steps to reproduce the behavior:
docker-compose.yml
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
The text was updated successfully, but these errors were encountered: