Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NETWORK ERROR when docker-compose up #932

Open
gcommit opened this issue Apr 23, 2021 · 20 comments
Open

NETWORK ERROR when docker-compose up #932

gcommit opened this issue Apr 23, 2021 · 20 comments

Comments

@gcommit
Copy link

gcommit commented Apr 23, 2021

When i clone the latest version, run docker-compose up, wait for a while to finish building - it is not working as expected.

http://workadventure.localhost:8080/dashboard/#/ works fine
https://play.workadventure.localhost/ shows just:

Bildschirmfoto 2021-04-23 um 13 29 02

What can i do ?

@moufmouf
Copy link
Collaborator

Can you have a look at the docker-compose logs? Does it say anything special?

@gcommit
Copy link
Author

gcommit commented Apr 23, 2021

The only thing i see is this:

reverse-proxy_1  | time="2021-04-23T10:23:06Z" level=info msg="Configuration loaded from flags."
reverse-proxy_1  | time="2021-04-23T10:23:07Z" level=error msg="port is missing" providerName=docker container=messages-workadventure-5b30a7ef93cc7f630ca19563e93213d17b44f803a0bb1e0bfd6a6a035f57252d
reverse-proxy_1  | time="2021-04-23T10:53:43Z" level=error msg="accept tcp [::]:8080: use of closed network connection" entryPointName=traefik
reverse-proxy_1  | time="2021-04-23T10:53:43Z" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=web
reverse-proxy_1  | time="2021-04-23T10:53:43Z" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=websecure
reverse-proxy_1  | time="2021-04-23T11:17:47Z" level=info msg="Configuration loaded from flags."
reverse-proxy_1  | time="2021-04-23T11:17:48Z" level=error msg="port is missing" providerName=docker container=messages-workadventure-5b30a7ef93cc7f630ca19563e93213d17b44f803a0bb1e0bfd6a6a035f57252

i can give you the whole output if needed

@gcommit
Copy link
Author

gcommit commented Apr 23, 2021

~/git/workadventure (develop=) $ docker-compose up
WARNING: The DEBUG_MODE variable is not set. Defaulting to a blank string.
WARNING: The JITSI_URL variable is not set. Defaulting to a blank string.
WARNING: The JITSI_PRIVATE_MODE variable is not set. Defaulting to a blank string.
WARNING: The START_ROOM_URL variable is not set. Defaulting to a blank string.
WARNING: The MAX_PER_GROUP variable is not set. Defaulting to a blank string.
WARNING: The MAX_USERNAME_LENGTH variable is not set. Defaulting to a blank string.
WARNING: The SECRET_JITSI_KEY variable is not set. Defaulting to a blank string.
WARNING: The ADMIN_API_TOKEN variable is not set. Defaulting to a blank string.
WARNING: The JITSI_ISS variable is not set. Defaulting to a blank string.
Docker Compose is now in the Docker CLI, try `docker compose up`

Starting workadventure_pusher_1        ... done
Starting workadventure_front_1    ... done
Starting workadventure_messages_1      ... done
Starting workadventure_maps_1          ... done
Starting workadventure_back_1     ... done
Starting workadventure_uploader_1      ... done
Starting workadventure_reverse-proxy_1 ... done
Attaching to workadventure_front_1, workadventure_back_1, workadventure_uploader_1, workadventure_maps_1, workadventure_pusher_1, workadventure_messages_1, workadventure_reverse-proxy_1
back_1           | yarn install v1.22.5
back_1           | [1/4] Resolving packages...
back_1           | success Already up-to-date.
back_1           | Done in 2.45s.
back_1           | yarn run v1.22.5
back_1           | $ ts-node-dev --respawn ./server.ts
front_1          | + set -o nounset errexit
front_1          | + template_file_index=dist/index.tmpl.html
front_1          | + generated_file_index=dist/index.tmpl.html.tmp
front_1          | + tmp_trackcodefile=/tmp/trackcode
front_1          | + ANALYTICS_CODE_PATH=dist/ga.html.tmpl
front_1          | + [[ NO == \N\O ]]
front_1          | + echo ''
front_1          | Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html
front_1          | + [[ '' != '' ]]
front_1          | + [[ NO != \N\O ]]
front_1          | + echo 'Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html'
front_1          | + sed '/<!-- TRACK CODE -->/r /tmp/trackcode' dist/index.tmpl.html
front_1          | + rm /tmp/trackcode
front_1          | yarn install v1.22.5
front_1          | [1/4] Resolving packages...
front_1          | success Already up-to-date.
front_1          | Done in 0.71s.
front_1          | yarn run v1.22.5
maps_1           | Module headers already enabled
maps_1           | yarn install v1.22.5
maps_1           | [1/4] Resolving packages...
maps_1           | success Already up-to-date.
front_1          | $ webpack-dev-server --open
messages_1       | yarn install v1.22.5
messages_1       | [1/4] Resolving packages...
messages_1       | success Already up-to-date.
messages_1       | Done in 2.33s.
messages_1       | yarn run v1.22.5
messages_1       | $ yarn run proto-all; inotifywait -q -m -e close_write protos/messages.proto | while read -r filename event; do yarn run proto-all; done
maps_1           | Done in 1.23s.
maps_1           | [Fri Apr 23 11:17:43.689386 2021] [mpm_event:notice] [pid 9:tid 140029423591488] AH00489: Apache/2.4.25 (Debian) configured -- resuming normal operations
maps_1           | [Fri Apr 23 11:17:43.689601 2021] [core:notice] [pid 9:tid 140029423591488] AH00094: Command line: 'apache2 -D FOREGROUND'
maps_1           | yarn run v1.22.5
maps_1           | $ tsc -w
maps_1           |
11:17:45 AM - Starting compilation in watch mode...
maps_1           |
messages_1       | $ yarn run proto && yarn run copy-to-back && yarn run copy-to-front && yarn run copy-to-pusher
uploader_1       | yarn install v1.22.5
uploader_1       | [1/4] Resolving packages...
pusher_1         | yarn install v1.22.5
pusher_1         | [1/4] Resolving packages...
pusher_1         | success Already up-to-date.
pusher_1         | Done in 2.53s.
pusher_1         | yarn run v1.22.5
pusher_1         | $ ts-node-dev --respawn ./server.ts
uploader_1       | success Already up-to-date.
uploader_1       | Done in 1.85s.
uploader_1       | yarn run v1.22.5
uploader_1       | $ ts-node-dev --respawn ./server.ts
reverse-proxy_1  | time="2021-04-23T11:17:47Z" level=info msg="Configuration loaded from flags."
back_1           | ts-node-dev ver. 1.0.0-pre.63 (using ts-node ver. 8.10.2, typescript ver. 3.9.7)
messages_1       | $ grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --grpc_out=generated --js_out="import_style=commonjs,binary:generated" --ts_out=generated -I ./protos protos/*.proto
uploader_1       | [INFO] 11:17:48 ts-node-dev ver. 1.0.0 (using ts-node ver. 9.1.1, typescript ver. 3.9.7)
reverse-proxy_1  | time="2021-04-23T11:17:48Z" level=error msg="port is missing" providerName=docker container=messages-workadventure-5b30a7ef93cc7f630ca19563e93213d17b44f803a0bb1e0bfd6a6a035f57252d
pusher_1         | ts-node-dev ver. 1.0.0-pre.63 (using ts-node ver. 8.10.2, typescript ver. 3.9.7)
front_1          | ℹ 「wds」: Project is running at http://0.0.0.0:8080/
front_1          | ℹ 「wds」: webpack output is served from /
front_1          | ℹ 「wds」: Content not from webpack is served from ./dist
front_1          | ℹ 「wds」: 404s will fallback to /index.html
messages_1       | $ rm -rf ../back/src/Messages/generated && cp -rf generated/ ../back/src/Messages/generated
messages_1       | $ rm -rf ../front/src/Messages/generated && cp -rf generated/ ../front/src/Messages/generated
messages_1       | $ rm -rf ../pusher/src/Messages/generated && cp -rf generated/ ../pusher/src/Messages/generated
uploader_1       | WorkAdventure starting on port 8080!
maps_1           |
maps_1           | 11:18:18 AM - Found 0 errors. Watching for file changes.
front_1          | ℹ 「wdm」: wait until bundle finished: /
pusher_1         | WorkAdventure starting on port 8080!
back_1           | WorkAdventure HTTP API starting on port 8080!
back_1           | WorkAdventure HTTP/2 API starting on port 50051!
maps_1           | 172.18.0.8 - - [23/Apr/2021:11:18:51 +0000] "GET / HTTP/1.1" 403 454 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36"
maps_1           | [Fri Apr 23 11:18:51.634797 2021] [autoindex:error] [pid 95:tid 140029120689920] [client 172.18.0.8:42518] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
maps_1           | 172.18.0.8 - - [23/Apr/2021:11:18:51 +0000] "GET /favicon.ico HTTP/1.1" 404 451 "http://maps.workadventure.localhost/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36"
front_1          | ℹ 「wdm」: Hash: c00148f0318e3e9aa9bc
front_1          | Version: webpack 4.44.2
front_1          | Time: 60651ms
front_1          | Built at: 04/23/2021 11:18:54 AM
front_1          |                           Asset      Size      Chunks                         Chunk Names
front_1          |                   iframe_api.js  1.49 MiB  iframe_api  [emitted]              iframe_api
front_1          |                      index.html  5.79 KiB              [emitted]
front_1          | js/main.0554aefbf83b8eb0271b.js  24.6 MiB        main  [emitted] [immutable]  main
front_1          |  style.ae6477d491dfbd180baf.css  72.6 KiB        main  [emitted] [immutable]  main
front_1          | Entrypoint main = style.ae6477d491dfbd180baf.css js/main.0554aefbf83b8eb0271b.js
front_1          | Entrypoint iframe_api = iframe_api.js
front_1          |  [0] multi (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 ./src/index.ts 40 bytes {main} [built]
front_1          | [12] multi (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 ./src/iframe_api.ts 40 bytes {iframe_api} [built]
front_1          |  [./dist/resources/style/index.scss] 50 bytes {main} [built]
front_1          |  [./node_modules/phaser/dist/phaser.js] 5.99 MiB {main} [built]
front_1          |  [./node_modules/rxjs/_esm5/index.js] 3.33 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/index.js?http://0.0.0.0:8080&sockPort=80] (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 4.29 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.51 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.53 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/createSocketUrl.js] (webpack)-dev-server/client/utils/createSocketUrl.js 2.91 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/log.js] (webpack)-dev-server/client/utils/log.js 964 bytes {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/reloadApp.js] (webpack)-dev-server/client/utils/reloadApp.js 1.59 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/sendMessage.js] (webpack)-dev-server/client/utils/sendMessage.js 402 bytes {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/node_modules/strip-ansi/index.js] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {main} {iframe_api} [built]
front_1          |  [./src/iframe_api.ts] 5.34 KiB {iframe_api} [built]
front_1          |  [./src/index.ts] 4.55 KiB {main} [built]
front_1          |     + 498 hidden modules
front_1          | Child HtmlWebpackCompiler:
front_1          |      1 asset
front_1          |     Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
front_1          |     [./node_modules/html-webpack-plugin/lib/loader.js!./dist/index.tmpl.html.tmp] 7.95 KiB {HtmlWebpackPlugin_0} [built]
front_1          | Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js?url=false!node_modules/sass-loader/dist/cjs.js!dist/resources/style/index.scss:
front_1          |     Entrypoint mini-css-extract-plugin = *
front_1          |     [./node_modules/css-loader/dist/cjs.js?url=false!./dist/resources/style/style.css] 57.1 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/cjs.js?url=false!./node_modules/sass-loader/dist/cjs.js!./dist/resources/style/index.scss] 5.94 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/runtime/api.js] 1.57 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/runtime/cssWithMappingToString.js] 2.21 KiB {mini-css-extract-plugin} [built]
front_1          | ℹ 「wdm」: Compiled successfully.
front_1          | ℹ 「wdm」: Compiling...
front_1          | ℹ 「wdm」: Hash: 5ad9ee9ef669e37d1f68
front_1          | Version: webpack 4.44.2
front_1          | Time: 6688ms
front_1          | Built at: 04/23/2021 11:19:05 AM
front_1          |                           Asset      Size  Chunks                         Chunk Names
front_1          |                      index.html  5.79 KiB          [emitted]
front_1          | js/main.fe66b14309dc882b1ad5.js  24.6 MiB    main  [emitted] [immutable]  main
front_1          |  style.453c3a3b505da7189ee4.css  72.6 KiB    main  [emitted] [immutable]  main
front_1          |  + 1 hidden asset
front_1          | Entrypoint main = style.453c3a3b505da7189ee4.css js/main.fe66b14309dc882b1ad5.js
front_1          | Entrypoint iframe_api = iframe_api.js
front_1          | [./src/iframe_api.ts] 5.34 KiB {iframe_api} [built]
front_1          | [./src/index.ts] 4.55 KiB {main} [built]
front_1          |     + 511 hidden modules
front_1          | ℹ 「wdm」: Compiled successfully.

@gcommit
Copy link
Author

gcommit commented Apr 23, 2021

~/git/workadventure (develop=) $ docker-compose logs
Attaching to workadventure_reverse-proxy_1, workadventure_messages_1, workadventure_uploader_1, workadventure_maps_1, workadventure_back_1, workadventure_front_1, workadventure_pusher_1
back_1           | yarn install v1.22.5
back_1           | [1/4] Resolving packages...
back_1           | [2/4] Fetching packages...
back_1           | info fsevents@2.1.3: The platform "linux" is incompatible with this module.
back_1           | info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
back_1           | [3/4] Linking dependencies...
back_1           | [4/4] Building fresh packages...
back_1           | Done in 294.14s.
back_1           | yarn run v1.22.5
back_1           | $ ts-node-dev --respawn ./server.ts
back_1           | ts-node-dev ver. 1.0.0-pre.63 (using ts-node ver. 8.10.2, typescript ver. 3.9.7)
back_1           | Compilation error in /usr/src/app/server.ts
back_1           | [ERROR] 10:28:08 ⨯ Unable to compile TypeScript:
back_1           | server.ts(5,54): error TS2307: Cannot find module './src/Messages/generated/messages_grpc_pb' or its corresponding type declarations.
back_1           |
back_1           | yarn install v1.22.5
back_1           | [1/4] Resolving packages...
back_1           | success Already up-to-date.
back_1           | Done in 2.45s.
back_1           | yarn run v1.22.5
back_1           | $ ts-node-dev --respawn ./server.ts
back_1           | ts-node-dev ver. 1.0.0-pre.63 (using ts-node ver. 8.10.2, typescript ver. 3.9.7)
back_1           | WorkAdventure HTTP API starting on port 8080!
back_1           | WorkAdventure HTTP/2 API starting on port 50051!
front_1          | + set -o nounset errexit
front_1          | + template_file_index=dist/index.tmpl.html
front_1          | + generated_file_index=dist/index.tmpl.html.tmp
front_1          | + tmp_trackcodefile=/tmp/trackcode
front_1          | + ANALYTICS_CODE_PATH=dist/ga.html.tmpl
front_1          | + [[ NO == \N\O ]]
front_1          | + echo ''
front_1          | + [[ '' != '' ]]
front_1          | + [[ NO != \N\O ]]
front_1          | + echo 'Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html'
front_1          | Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html
front_1          | + sed '/<!-- TRACK CODE -->/r /tmp/trackcode' dist/index.tmpl.html
front_1          | + rm /tmp/trackcode
front_1          | yarn install v1.22.5
front_1          | [1/4] Resolving packages...
front_1          | [2/4] Fetching packages...
front_1          | info fsevents@2.3.2: The platform "linux" is incompatible with this module.
front_1          | info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
front_1          | info fsevents@2.1.3: The platform "linux" is incompatible with this module.
front_1          | info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
front_1          | info fsevents@1.2.13: The platform "linux" is incompatible with this module.
front_1          | info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
front_1          | [3/4] Linking dependencies...
front_1          | [4/4] Building fresh packages...
front_1          | Done in 368.86s.
front_1          | yarn run v1.22.5
front_1          | $ webpack-dev-server --open
front_1          | ℹ 「wds」: Project is running at http://0.0.0.0:8080/
front_1          | ℹ 「wds」: webpack output is served from /
front_1          | ℹ 「wds」: Content not from webpack is served from ./dist
front_1          | ℹ 「wds」: 404s will fallback to /index.html
front_1          | ℹ 「wdm」: Hash: c00148f0318e3e9aa9bc
front_1          | Version: webpack 4.44.2
front_1          | Time: 31075ms
front_1          | Built at: 04/23/2021 10:29:51 AM
front_1          |                           Asset      Size      Chunks                         Chunk Names
front_1          |                   iframe_api.js  1.49 MiB  iframe_api  [emitted]              iframe_api
front_1          |                      index.html  5.79 KiB              [emitted]
front_1          | js/main.0554aefbf83b8eb0271b.js  24.6 MiB        main  [emitted] [immutable]  main
front_1          |  style.ae6477d491dfbd180baf.css  72.6 KiB        main  [emitted] [immutable]  main
front_1          | Entrypoint main = style.ae6477d491dfbd180baf.css js/main.0554aefbf83b8eb0271b.js
front_1          | Entrypoint iframe_api = iframe_api.js
front_1          |  [0] multi (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 ./src/index.ts 40 bytes {main} [built]
front_1          | [12] multi (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 ./src/iframe_api.ts 40 bytes {iframe_api} [built]
front_1          |  [./dist/resources/style/index.scss] 50 bytes {main} [built]
front_1          |  [./node_modules/phaser/dist/phaser.js] 5.99 MiB {main} [built]
front_1          |  [./node_modules/rxjs/_esm5/index.js] 3.33 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/index.js?http://0.0.0.0:8080&sockPort=80] (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 4.29 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.51 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.53 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/createSocketUrl.js] (webpack)-dev-server/client/utils/createSocketUrl.js 2.91 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/log.js] (webpack)-dev-server/client/utils/log.js 964 bytes {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/reloadApp.js] (webpack)-dev-server/client/utils/reloadApp.js 1.59 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/sendMessage.js] (webpack)-dev-server/client/utils/sendMessage.js 402 bytes {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/node_modules/strip-ansi/index.js] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {main} {iframe_api} [built]
front_1          |  [./src/iframe_api.ts] 5.34 KiB {iframe_api} [built]
front_1          |  [./src/index.ts] 4.55 KiB {main} [built]
front_1          |     + 498 hidden modules
front_1          | Child HtmlWebpackCompiler:
front_1          |      1 asset
front_1          |     Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
front_1          |     [./node_modules/html-webpack-plugin/lib/loader.js!./dist/index.tmpl.html.tmp] 7.95 KiB {HtmlWebpackPlugin_0} [built]
front_1          | Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js?url=false!node_modules/sass-loader/dist/cjs.js!dist/resources/style/index.scss:
front_1          |     Entrypoint mini-css-extract-plugin = *
front_1          |     [./node_modules/css-loader/dist/cjs.js?url=false!./dist/resources/style/style.css] 57.1 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/cjs.js?url=false!./node_modules/sass-loader/dist/cjs.js!./dist/resources/style/index.scss] 5.94 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/runtime/api.js] 1.57 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/runtime/cssWithMappingToString.js] 2.21 KiB {mini-css-extract-plugin} [built]
front_1          | ℹ 「wdm」: Compiled successfully.
front_1          | + set -o nounset errexit
front_1          | + template_file_index=dist/index.tmpl.html
front_1          | + generated_file_index=dist/index.tmpl.html.tmp
front_1          | + tmp_trackcodefile=/tmp/trackcode
front_1          | + ANALYTICS_CODE_PATH=dist/ga.html.tmpl
front_1          | + [[ NO == \N\O ]]
front_1          | + echo ''
front_1          | Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html
front_1          | + [[ '' != '' ]]
front_1          | + [[ NO != \N\O ]]
front_1          | + echo 'Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html'
front_1          | + sed '/<!-- TRACK CODE -->/r /tmp/trackcode' dist/index.tmpl.html
front_1          | + rm /tmp/trackcode
front_1          | yarn install v1.22.5
front_1          | [1/4] Resolving packages...
front_1          | success Already up-to-date.
front_1          | Done in 0.71s.
front_1          | yarn run v1.22.5
front_1          | $ webpack-dev-server --open
front_1          | ℹ 「wds」: Project is running at http://0.0.0.0:8080/
front_1          | ℹ 「wds」: webpack output is served from /
front_1          | ℹ 「wds」: Content not from webpack is served from ./dist
front_1          | ℹ 「wds」: 404s will fallback to /index.html
front_1          | ℹ 「wdm」: wait until bundle finished: /
front_1          | ℹ 「wdm」: Hash: c00148f0318e3e9aa9bc
front_1          | Version: webpack 4.44.2
front_1          | Time: 60651ms
front_1          | Built at: 04/23/2021 11:18:54 AM
front_1          |                           Asset      Size      Chunks                         Chunk Names
front_1          |                   iframe_api.js  1.49 MiB  iframe_api  [emitted]              iframe_api
front_1          |                      index.html  5.79 KiB              [emitted]
front_1          | js/main.0554aefbf83b8eb0271b.js  24.6 MiB        main  [emitted] [immutable]  main
front_1          |  style.ae6477d491dfbd180baf.css  72.6 KiB        main  [emitted] [immutable]  main
front_1          | Entrypoint main = style.ae6477d491dfbd180baf.css js/main.0554aefbf83b8eb0271b.js
front_1          | Entrypoint iframe_api = iframe_api.js
front_1          |  [0] multi (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 ./src/index.ts 40 bytes {main} [built]
front_1          | [12] multi (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 ./src/iframe_api.ts 40 bytes {iframe_api} [built]
front_1          |  [./dist/resources/style/index.scss] 50 bytes {main} [built]
front_1          |  [./node_modules/phaser/dist/phaser.js] 5.99 MiB {main} [built]
front_1          |  [./node_modules/rxjs/_esm5/index.js] 3.33 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/index.js?http://0.0.0.0:8080&sockPort=80] (webpack)-dev-server/client?http://0.0.0.0:8080&sockPort=80 4.29 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.51 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.53 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/createSocketUrl.js] (webpack)-dev-server/client/utils/createSocketUrl.js 2.91 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/log.js] (webpack)-dev-server/client/utils/log.js 964 bytes {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/reloadApp.js] (webpack)-dev-server/client/utils/reloadApp.js 1.59 KiB {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/client/utils/sendMessage.js] (webpack)-dev-server/client/utils/sendMessage.js 402 bytes {main} {iframe_api} [built]
front_1          |  [./node_modules/webpack-dev-server/node_modules/strip-ansi/index.js] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {main} {iframe_api} [built]
front_1          |  [./src/iframe_api.ts] 5.34 KiB {iframe_api} [built]
front_1          |  [./src/index.ts] 4.55 KiB {main} [built]
front_1          |     + 498 hidden modules
front_1          | Child HtmlWebpackCompiler:
front_1          |      1 asset
front_1          |     Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
front_1          |     [./node_modules/html-webpack-plugin/lib/loader.js!./dist/index.tmpl.html.tmp] 7.95 KiB {HtmlWebpackPlugin_0} [built]
front_1          | Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js?url=false!node_modules/sass-loader/dist/cjs.js!dist/resources/style/index.scss:
front_1          |     Entrypoint mini-css-extract-plugin = *
front_1          |     [./node_modules/css-loader/dist/cjs.js?url=false!./dist/resources/style/style.css] 57.1 KiB {mini-css-extract-plugin} [built]
reverse-proxy_1  | time="2021-04-23T10:23:06Z" level=info msg="Configuration loaded from flags."
reverse-proxy_1  | time="2021-04-23T10:23:07Z" level=error msg="port is missing" providerName=docker container=messages-workadventure-5b30a7ef93cc7f630ca19563e93213d17b44f803a0bb1e0bfd6a6a035f57252d
reverse-proxy_1  | time="2021-04-23T10:53:43Z" level=error msg="accept tcp [::]:8080: use of closed network connection" entryPointName=traefik
reverse-proxy_1  | time="2021-04-23T10:53:43Z" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=web
reverse-proxy_1  | time="2021-04-23T10:53:43Z" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=websecure
reverse-proxy_1  | time="2021-04-23T11:17:47Z" level=info msg="Configuration loaded from flags."
reverse-proxy_1  | time="2021-04-23T11:17:48Z" level=error msg="port is missing" providerName=docker container=messages-workadventure-5b30a7ef93cc7f630ca19563e93213d17b44f803a0bb1e0bfd6a6a035f57252d
pusher_1         | yarn install v1.22.5
pusher_1         | [1/4] Resolving packages...
pusher_1         | [2/4] Fetching packages...
pusher_1         | info fsevents@2.1.3: The platform "linux" is incompatible with this module.
pusher_1         | info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
pusher_1         | [3/4] Linking dependencies...
pusher_1         | [4/4] Building fresh packages...
pusher_1         | Done in 295.13s.
pusher_1         | yarn run v1.22.5
pusher_1         | $ ts-node-dev --respawn ./server.ts
pusher_1         | ts-node-dev ver. 1.0.0-pre.63 (using ts-node ver. 8.10.2, typescript ver. 3.9.7)
pusher_1         | Compilation error in /usr/src/app/src/Controller/IoSocketController.ts
pusher_1         | [ERROR] 10:28:11 ⨯ Unable to compile TypeScript:
pusher_1         | src/Controller/IoSocketController.ts(16,8): error TS2307: Cannot find module '../Messages/generated/messages_pb' or its corresponding type declarations.
pusher_1         | src/Controller/IoSocketController.ts(17,32): error TS2307: Cannot find module '../Messages/generated/messages_pb' or its corresponding type declarations.
pusher_1         |
pusher_1         | yarn install v1.22.5
pusher_1         | [1/4] Resolving packages...
pusher_1         | success Already up-to-date.
pusher_1         | Done in 2.53s.
pusher_1         | yarn run v1.22.5
pusher_1         | $ ts-node-dev --respawn ./server.ts
pusher_1         | ts-node-dev ver. 1.0.0-pre.63 (using ts-node ver. 8.10.2, typescript ver. 3.9.7)
pusher_1         | WorkAdventure starting on port 8080!
front_1          |     [./node_modules/css-loader/dist/cjs.js?url=false!./node_modules/sass-loader/dist/cjs.js!./dist/resources/style/index.scss] 5.94 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/runtime/api.js] 1.57 KiB {mini-css-extract-plugin} [built]
front_1          |     [./node_modules/css-loader/dist/runtime/cssWithMappingToString.js] 2.21 KiB {mini-css-extract-plugin} [built]
front_1          | ℹ 「wdm」: Compiled successfully.
front_1          | ℹ 「wdm」: Compiling...
front_1          | ℹ 「wdm」: Hash: 5ad9ee9ef669e37d1f68
front_1          | Version: webpack 4.44.2
front_1          | Time: 6688ms
front_1          | Built at: 04/23/2021 11:19:05 AM
front_1          |                           Asset      Size  Chunks                         Chunk Names
front_1          |                      index.html  5.79 KiB          [emitted]
front_1          | js/main.fe66b14309dc882b1ad5.js  24.6 MiB    main  [emitted] [immutable]  main
front_1          |  style.453c3a3b505da7189ee4.css  72.6 KiB    main  [emitted] [immutable]  main
front_1          |  + 1 hidden asset
front_1          | Entrypoint main = style.453c3a3b505da7189ee4.css js/main.fe66b14309dc882b1ad5.js
front_1          | Entrypoint iframe_api = iframe_api.js
front_1          | [./src/iframe_api.ts] 5.34 KiB {iframe_api} [built]
front_1          | [./src/index.ts] 4.55 KiB {main} [built]
front_1          |     + 511 hidden modules
front_1          | ℹ 「wdm」: Compiled successfully.
uploader_1       | yarn install v1.22.5
uploader_1       | [1/4] Resolving packages...
uploader_1       | [2/4] Fetching packages...
uploader_1       | info fsevents@2.1.3: The platform "linux" is incompatible with this module.
uploader_1       | info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
uploader_1       | [3/4] Linking dependencies...
uploader_1       | [4/4] Building fresh packages...
uploader_1       | Done in 192.13s.
uploader_1       | yarn run v1.22.5
uploader_1       | $ ts-node-dev --respawn ./server.ts
uploader_1       | [INFO] 10:26:18 ts-node-dev ver. 1.0.0 (using ts-node ver. 9.1.1, typescript ver. 3.9.7)
uploader_1       | WorkAdventure starting on port 8080!
uploader_1       | yarn install v1.22.5
uploader_1       | [1/4] Resolving packages...
uploader_1       | success Already up-to-date.
uploader_1       | Done in 1.85s.
uploader_1       | yarn run v1.22.5
uploader_1       | $ ts-node-dev --respawn ./server.ts
uploader_1       | [INFO] 11:17:48 ts-node-dev ver. 1.0.0 (using ts-node ver. 9.1.1, typescript ver. 3.9.7)
uploader_1       | WorkAdventure starting on port 8080!
maps_1           | Enabling module headers.
maps_1           | To activate the new configuration, you need to run:
maps_1           |   service apache2 restart
maps_1           | yarn install v1.22.5
maps_1           | [1/4] Resolving packages...
maps_1           | [2/4] Fetching packages...
maps_1           | info fsevents@2.1.3: The platform "linux" is incompatible with this module.
maps_1           | info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
maps_1           | [3/4] Linking dependencies...
maps_1           | warning "phaser > exports-loader@1.1.1" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
maps_1           | warning "phaser > imports-loader@1.2.0" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
maps_1           | [4/4] Building fresh packages...
maps_1           | Done in 217.24s.
maps_1           | [Fri Apr 23 10:26:38.241485 2021] [mpm_event:notice] [pid 7:tid 140536215871552] AH00489: Apache/2.4.25 (Debian) configured -- resuming normal operations
maps_1           | [Fri Apr 23 10:26:38.246508 2021] [core:notice] [pid 7:tid 140536215871552] AH00094: Command line: 'apache2 -D FOREGROUND'
maps_1           | yarn run v1.22.5
maps_1           | $ tsc -w
maps_1           |
10:26:39 AM - Starting compilation in watch mode...
maps_1           |
maps_1           |
maps_1           | 10:27:02 AM - Found 0 errors. Watching for file changes.
maps_1           | Module headers already enabled
maps_1           | yarn install v1.22.5
maps_1           | [1/4] Resolving packages...
maps_1           | success Already up-to-date.
maps_1           | Done in 1.23s.
maps_1           | [Fri Apr 23 11:17:43.689386 2021] [mpm_event:notice] [pid 9:tid 140029423591488] AH00489: Apache/2.4.25 (Debian) configured -- resuming normal operations
maps_1           | [Fri Apr 23 11:17:43.689601 2021] [core:notice] [pid 9:tid 140029423591488] AH00094: Command line: 'apache2 -D FOREGROUND'
maps_1           | yarn run v1.22.5
maps_1           | $ tsc -w
maps_1           |
11:17:45 AM - Starting compilation in watch mode...
maps_1           |
maps_1           |
maps_1           | 11:18:18 AM - Found 0 errors. Watching for file changes.
maps_1           | [Fri Apr 23 11:18:51.634797 2021] [autoindex:error] [pid 95:tid 140029120689920] [client 172.18.0.8:42518] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
maps_1           | 172.18.0.8 - - [23/Apr/2021:11:18:51 +0000] "GET / HTTP/1.1" 403 454 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36"
maps_1           | 172.18.0.8 - - [23/Apr/2021:11:18:51 +0000] "GET /favicon.ico HTTP/1.1" 404 451 "http://maps.workadventure.localhost/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36"
maps_1           | [Fri Apr 23 11:19:27.108245 2021] [autoindex:error] [pid 96:tid 140029299894016] [client 172.18.0.8:42544] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
maps_1           | 172.18.0.8 - - [23/Apr/2021:11:19:27 +0000] "GET / HTTP/1.1" 403 454 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36"
maps_1           | [Fri Apr 23 11:19:36.681781 2021] [autoindex:error] [pid 95:tid 140029316679424] [client 172.18.0.8:42580] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
maps_1           | 172.18.0.8 - - [23/Apr/2021:11:19:36 +0000] "GET / HTTP/1.1" 403 454 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36"
messages_1       | yarn install v1.22.5
messages_1       | [1/4] Resolving packages...
messages_1       | [2/4] Fetching packages...
messages_1       | warning Pattern ["@definitelytyped/typescript-versions@latest"] is trying to unpack in the same destination "/home/docker/.cache/yarn/v6/npm-@definitelytyped-typescript-versions-0.0.60-9b182a777999be221e2f0966e4ab11c1c1ee3c1b-integrity/node_modules/@definitelytyped/typescript-versions" as pattern ["@definitelytyped/typescript-versions@^0.0.60","@definitelytyped/typescript-versions@^0.0.60","@definitelytyped/typescript-versions@^0.0.60"]. This could result in non-deterministic behavior, skipping.
messages_1       | [3/4] Linking dependencies...
messages_1       | warning "eslint-config-airbnb-typescript > eslint-config-airbnb@18.2.0" has unmet peer dependency "eslint-plugin-jsx-a11y@^6.3.0".
messages_1       | warning "eslint-config-airbnb-typescript > eslint-config-airbnb@18.2.0" has unmet peer dependency "eslint-plugin-react@^7.20.0".
messages_1       | warning "eslint-config-airbnb-typescript > eslint-config-airbnb@18.2.0" has unmet peer dependency "eslint-plugin-react-hooks@^4 || ^3 || ^2.3.0 || ^1.7.0".
messages_1       | warning " > eslint-plugin-sonarjs@0.5.0" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
messages_1       | [4/4] Building fresh packages...
messages_1       | Done in 350.54s.
messages_1       | yarn run v1.22.5
messages_1       | $ yarn run proto-all; inotifywait -q -m -e close_write protos/messages.proto | while read -r filename event; do yarn run proto-all; done
messages_1       | $ yarn run proto && yarn run copy-to-back && yarn run copy-to-front && yarn run copy-to-pusher
messages_1       | $ grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --grpc_out=generated --js_out="import_style=commonjs,binary:generated" --ts_out=generated -I ./protos protos/*.proto
messages_1       | $ rm -rf ../back/src/Messages/generated && cp -rf generated/ ../back/src/Messages/generated
messages_1       | $ rm -rf ../front/src/Messages/generated && cp -rf generated/ ../front/src/Messages/generated
messages_1       | $ rm -rf ../pusher/src/Messages/generated && cp -rf generated/ ../pusher/src/Messages/generated
messages_1       | yarn install v1.22.5
messages_1       | [1/4] Resolving packages...
messages_1       | success Already up-to-date.
messages_1       | Done in 2.33s.
messages_1       | yarn run v1.22.5
messages_1       | $ yarn run proto-all; inotifywait -q -m -e close_write protos/messages.proto | while read -r filename event; do yarn run proto-all; done
messages_1       | $ yarn run proto && yarn run copy-to-back && yarn run copy-to-front && yarn run copy-to-pusher
messages_1       | $ grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --grpc_out=generated --js_out="import_style=commonjs,binary:generated" --ts_out=generated -I ./protos protos/*.proto
messages_1       | $ rm -rf ../back/src/Messages/generated && cp -rf generated/ ../back/src/Messages/generated
messages_1       | $ rm -rf ../front/src/Messages/generated && cp -rf generated/ ../front/src/Messages/generated
messages_1       | $ rm -rf ../pusher/src/Messages/generated && cp -rf generated/ ../pusher/src/Messages/generated

@gcommit
Copy link
Author

gcommit commented Apr 27, 2021

Sooooooooo .... anyone?

@jman0815
Copy link

I'm having the exact same issue!

@jonnytest1
Copy link
Contributor

jonnytest1 commented Apr 27, 2021

[ERROR] 10:28:08 ⨯ Unable to compile TypeScript:
back_1 | server.ts(5,54): error TS2307: Cannot find module './src/Messages/generated/messages_grpc_pb' or its corresponding type declarations.
back_1 |

i found that sometimes - you need to manually restart the backend container if this happens - i think the messages container generates the messages too late and the backend crashes 🤔 though sometimes it also automatically restarts

it should also become less of a problem aftern all the initial npm installs

@duckdalbe
Copy link

duckdalbe commented May 2, 2021

Edit: Nevermind, after restarting the containers it worked for me.

I'm seeing the same error in the browser window, and the browser console has these errors:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://pusher.workadventure.localhost/anonymLogin. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Error: Network Error
    createError createError.js:16
    handleError xhr.js:84
    dispatchXhrRequest xhr.js:81
    xhrAdapter xhr.js:13
    dispatchRequest dispatchRequest.js:52
    promise callback*request Axios.js:61
    method Axios.js:87
    wrap bind.js:9
    anonymousLogin ConnectionManager.ts:80
    __awaiter main.4242c18fb1b3bd041730.js:272969
    __awaiter main.4242c18fb1b3bd041730.js:272965
    anonymousLogin main.4242c18fb1b3bd041730.js:273050
    initGameConnexion ConnectionManager.ts:61
    __awaiter main.4242c18fb1b3bd041730.js:272969
    __awaiter main.4242c18fb1b3bd041730.js:272965
    initGameConnexion main.4242c18fb1b3bd041730.js:273001
    init GameManager.ts:35
    __awaiter main.4242c18fb1b3bd041730.js:290165
    __awaiter main.4242c18fb1b3bd041730.js:290161
    init main.4242c18fb1b3bd041730.js:290189
    create EntryScene.ts:20
    create phaser.js:80508
    bootScene phaser.js:80394
    start phaser.js:81090
    bootQueue phaser.js:80132
    emit phaser.js:2023
    texturesReady phaser.js:142653
    emit phaser.js:2044
    updatePending phaser.js:82067
    emit phaser.js:2025
    onload phaser.js:82193
    addBase64 phaser.js:82185
    boot phaser.js:82046
    emit phaser.js:2044
    boot phaser.js:142638
    check phaser.js:72289
    DOMContentLoaded phaser.js:72303
    Game phaser.js:142598
    ts index.ts:114
    ts main.4242c18fb1b3bd041730.js:297277
    Webpack 5
ErrorScene.ts:70:16

Does that maybe give a hint?

@guysoft
Copy link
Contributor

guysoft commented Jun 17, 2021

Hey, got the same issue. I think a workaround would be to add in the README a note that if you get that error on first run, stop and start the container.

guysoft added a commit to guysoft/workadventure that referenced this issue Jun 17, 2021
@rllola
Copy link

rllola commented Jun 24, 2021

I have the same issue running 1.4.1. Restarting the docker container doesn't seem to fix for me. pusher service is not reachable it seems yet the container is up and listening.

@jonnytest1
Copy link
Contributor

any logs in pusher/backend/frontend container indicating an error ?

@rllola
Copy link

rllola commented Jun 24, 2021

back_1           | yarn run v1.22.5
back_1           | $ node --max-old-space-size=4096 ./dist/server.js
back_1           | WorkAdventure HTTP API starting on port 8080!
back_1           | WorkAdventure HTTP/2 API starting on port 50051!
back_1           | yarn run v1.22.5
back_1           | $ node --max-old-space-size=4096 ./dist/server.js
back_1           | WorkAdventure HTTP API starting on port 8080!
back_1           | WorkAdventure HTTP/2 API starting on port 50051!
front_1          | + set -o nounset errexit
front_1          | + template_file_index=dist/index.tmpl.html
front_1          | + generated_file_index=dist/index.tmpl.html.tmp
front_1          | + tmp_trackcodefile=/tmp/trackcode
front_1          | + ANALYTICS_CODE_PATH=dist/ga.html.tmpl
front_1          | + [[ NO == \N\O ]]
front_1          | + echo ''
front_1          | + [[ '' != '' ]]
front_1          | + [[ NO != \N\O ]]
front_1          | + echo 'Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html'
front_1          | Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html
front_1          | + sed '/<!-- TRACK CODE -->/r /tmp/trackcode' dist/index.tmpl.html
front_1          | + rm /tmp/trackcode
front_1          | yarn run v1.22.5
front_1          | $ TS_NODE_PROJECT="tsconfig-for-webpack.json" NODE_ENV=production webpack
front_1          | assets by chunk 169 KiB (auxiliary name: main)
front_1          |   assets by info 113 KiB [immutable] 3 assets
front_1          |   assets by path fonts/ 56.7 KiB
front_1          |     asset fonts/press-start-2p-all-400-normal.woff 35.3 KiB [emitted] [from: node_modules/@fontsource/press-start-2p/files/press-start-2p-all-400-normal.woff] (auxiliary name: main)
front_1          |     asset fonts/press-start-2p-latin-400-normal.woff2 12.1 KiB [emitted] [from: node_modules/@fontsource/press-start-2p/files/press-start-2p-latin-400-normal.woff2] (auxiliary name: main)
front_1          |     asset fonts/press-start-2p-latin-ext-400-normal.woff2 9.25 KiB [emitted] [from: node_modules/@fontsource/press-start-2p/files/press-start-2p-latin-ext-400-normal.woff2] (auxiliary name: main)
front_1          | assets by path *.js 302 KiB
front_1          |   asset 95.js 209 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
front_1          |   asset iframe_api.js 89.4 KiB [emitted] [minimized] (name: iframe_api) 2 related assets
front_1          |   asset 454.js 3.5 KiB [emitted] [minimized] 1 related asset
front_1          | assets by chunk 2.04 MiB (name: main)
front_1          |   asset js/main.293c7ef3fdfabe23914e.js 1.95 MiB [emitted] [immutable] [minimized] [big] (name: main) 2 related assets
front_1          |   asset main.3478beaa920d8681310a.css 92.3 KiB [emitted] [immutable] (name: main) 1 related asset
front_1          | asset index.html 4.63 KiB [emitted]
front_1          | Entrypoint main [big] 2.04 MiB (12.1 MiB) = main.3478beaa920d8681310a.css 92.3 KiB js/main.293c7ef3fdfabe23914e.js 1.95 MiB 8 auxiliary assets
front_1          | Entrypoint iframe_api 89.4 KiB (383 KiB) = iframe_api.js 1 auxiliary asset
front_1          | orphan modules 1.32 MiB [orphan] 1001 modules
front_1          | runtime modules 60.8 KiB 28 modules
front_1          | code generated modules 9.23 MiB (javascript) 92.2 KiB (css/mini-extract) 113 KiB (asset) [code generated]
front_1          |   modules by path ./node_modules/ 7.61 MiB (javascript) 28 KiB (css/mini-extract) 91 modules
front_1          |   modules by path ./src/ 1.62 MiB (javascript) 113 KiB (asset) 11.9 KiB (css/mini-extract)
front_1          |     cacheable modules 1.62 MiB (javascript) 113 KiB (asset)
front_1          |       modules by path ./src/Components/ 17.7 KiB (javascript) 113 KiB (asset) 14 modules
front_1          |     css modules 11.9 KiB
front_1          |       modules by path ./src/Components/EnableCamera/*.svelte 2.69 KiB 2 modules
front_1          |       modules by path ./src/Components/UI/*.svelte 1.26 KiB 2 modules
front_1          |   modules by path ./style/*.scss 334 bytes (javascript) 52.3 KiB (css/mini-extract)
front_1          |     ./style/index.scss 334 bytes [built] [code generated]
front_1          |     css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./style/index.scss 52.3 KiB [code generated]
front_1          |   util (ignored) 15 bytes [built] [code generated]
front_1          |   util (ignored) 15 bytes [built] [code generated]
front_1          | 
front_1          | WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
front_1          | This can impact web performance.
front_1          | Assets: 
front_1          |   js/main.293c7ef3fdfabe23914e.js (1.95 MiB)
front_1          | 
front_1          | WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
front_1          | Entrypoints:
front_1          |   main (2.04 MiB)
front_1          |       main.3478beaa920d8681310a.css
front_1          |       js/main.293c7ef3fdfabe23914e.js
front_1          | 
front_1          | webpack 5.37.0 compiled with 2 warnings in 90796 ms
front_1          | Done in 97.61s.
front_1          | [Thu Jun 24 09:49:42.422655 2021] [mpm_event:notice] [pid 8:tid 139725179469888] AH00489: Apache/2.4.25 (Debian) configured -- resuming normal operations
front_1          | [Thu Jun 24 09:49:42.425633 2021] [core:notice] [pid 8:tid 139725179469888] AH00094: Command line: 'apache2 -D FOREGROUND'
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET / HTTP/1.1" 200 1963 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /main.3478beaa920d8681310a.css HTTP/1.1" 200 31101 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /static/images/menu.svg HTTP/1.1" 200 985 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /resources/logos/fullscreen-exit.svg HTTP/1.1" 200 562 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /resources/logos/close.svg HTTP/1.1" 200 552 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /resources/logos/fullscreen.svg HTTP/1.1" 200 555 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /js/main.293c7ef3fdfabe23914e.js HTTP/1.1" 200 507110 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /resources/logos/boy.svg HTTP/1.1" 200 4070 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /static/images/favicons/favicon-16x16.png HTTP/1.1" 200 1451 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:45 +0000] "GET /static/images/favicons/android-icon-192x192.png HTTP/1.1" 200 4735 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:46 +0000] "GET /resources/logos/tcm_full.png HTTP/1.1" 200 529 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:46 +0000] "GET /resources/fonts/arcade.png HTTP/1.1" 200 4122 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:46 +0000] "GET /resources/fonts/arcade.xml HTTP/1.1" 200 1201 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:46 +0000] "GET /resources/characters/pipoya/Cat%2001-1.png HTTP/1.1" 200 1655 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:46 +0000] "GET /js/main.293c7ef3fdfabe23914e.js.map HTTP/1.1" 200 2400398 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
pusher_1         | yarn run v1.22.5
pusher_1         | $ node --max-old-space-size=4096 ./dist/server.js
pusher_1         | WorkAdventure starting on port 8080!
pusher_1         | yarn run v1.22.5
pusher_1         | $ node --max-old-space-size=4096 ./dist/server.js
pusher_1         | WorkAdventure starting on port 8080!
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET / HTTP/1.1" 200 1963 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /resources/logos/close.svg HTTP/1.1" 200 552 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /resources/logos/fullscreen-exit.svg HTTP/1.1" 200 562 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /resources/logos/fullscreen.svg HTTP/1.1" 200 555 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /static/images/menu.svg HTTP/1.1" 200 985 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /main.3478beaa920d8681310a.css HTTP/1.1" 200 31101 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /js/main.293c7ef3fdfabe23914e.js HTTP/1.1" 200 507110 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /resources/logos/boy.svg HTTP/1.1" 200 4070 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /static/images/favicons/android-icon-192x192.png HTTP/1.1" 200 4735 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:54 +0000] "GET /static/images/favicons/favicon-16x16.png HTTP/1.1" 200 1451 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:55 +0000] "GET /resources/fonts/arcade.png HTTP/1.1" 200 4122 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:55 +0000] "GET /resources/logos/tcm_full.png HTTP/1.1" 200 529 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:55 +0000] "GET /resources/characters/pipoya/Cat%2001-1.png HTTP/1.1" 200 1655 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:55 +0000] "GET /resources/fonts/arcade.xml HTTP/1.1" 200 1201 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:49:55 +0000] "GET /js/main.293c7ef3fdfabe23914e.js.map HTTP/1.1" 200 2400398 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | [Thu Jun 24 09:50:33.149447 2021] [mpm_event:notice] [pid 8:tid 139725179469888] AH00491: caught SIGTERM, shutting down
front_1          | + set -o nounset errexit
front_1          | + template_file_index=dist/index.tmpl.html
front_1          | + generated_file_index=dist/index.tmpl.html.tmp
front_1          | + tmp_trackcodefile=/tmp/trackcode
front_1          | + ANALYTICS_CODE_PATH=dist/ga.html.tmpl
front_1          | + [[ NO == \N\O ]]
front_1          | + echo ''
front_1          | + [[ '' != '' ]]
front_1          | + [[ NO != \N\O ]]
front_1          | + echo 'Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html'
front_1          | Templating dist/index.tmpl.html.tmp from dist/index.tmpl.html
front_1          | + sed '/<!-- TRACK CODE -->/r /tmp/trackcode' dist/index.tmpl.html
front_1          | + rm /tmp/trackcode
front_1          | yarn run v1.22.5
front_1          | $ TS_NODE_PROJECT="tsconfig-for-webpack.json" NODE_ENV=production webpack
front_1          | assets by status 205 KiB [cached] 4 assets
front_1          | assets by status 363 KiB [compared for emit]
front_1          |   assets by path *.js 302 KiB
front_1          |     asset 95.js 209 KiB [compared for emit] [minimized] (id hint: vendors) 2 related assets
front_1          |     asset iframe_api.js 89.4 KiB [emitted] [compared for emit] [minimized] (name: iframe_api) 2 related assets
front_1          |     asset 454.js 3.5 KiB [compared for emit] [minimized] 1 related asset
front_1          |   assets by path fonts/ 56.7 KiB
front_1          |     asset fonts/press-start-2p-all-400-normal.woff 35.3 KiB [compared for emit] [from: node_modules/@fontsource/press-start-2p/files/press-start-2p-all-400-normal.woff] (auxiliary name: main)
front_1          |     asset fonts/press-start-2p-latin-400-normal.woff2 12.1 KiB [compared for emit] [from: node_modules/@fontsource/press-start-2p/files/press-start-2p-latin-400-normal.woff2] (auxiliary name: main)
front_1          |     asset fonts/press-start-2p-latin-ext-400-normal.woff2 9.25 KiB [compared for emit] [from: node_modules/@fontsource/press-start-2p/files/press-start-2p-latin-ext-400-normal.woff2] (auxiliary name: main)
front_1          |   asset index.html 4.63 KiB [emitted] [compared for emit]
front_1          | asset js/main.ab1417e083d8a0172e1b.js 1.95 MiB [emitted] [immutable] [minimized] [big] (name: main) 2 related assets
front_1          | Entrypoint main [big] 2.04 MiB (12.1 MiB) = main.3478beaa920d8681310a.css 92.3 KiB js/main.ab1417e083d8a0172e1b.js 1.95 MiB 8 auxiliary assets
front_1          | Entrypoint iframe_api 89.4 KiB (383 KiB) = iframe_api.js 1 auxiliary asset
front_1          | orphan modules 1.32 MiB [orphan] 1001 modules
front_1          | runtime modules 60.8 KiB 28 modules
front_1          | code generated modules 9.23 MiB (javascript) 92.2 KiB (css/mini-extract) 113 KiB (asset) [code generated]
front_1          |   modules by path ./node_modules/ 7.61 MiB (javascript) 28 KiB (css/mini-extract) 91 modules
front_1          |   modules by path ./src/ 1.62 MiB (javascript) 113 KiB (asset) 11.9 KiB (css/mini-extract)
front_1          |     cacheable modules 1.62 MiB (javascript) 113 KiB (asset)
front_1          |       modules by path ./src/Components/ 17.7 KiB (javascript) 113 KiB (asset) 14 modules
front_1          |     css modules 11.9 KiB
front_1          |       modules by path ./src/Components/EnableCamera/*.svelte 2.69 KiB 2 modules
front_1          |       modules by path ./src/Components/UI/*.svelte 1.26 KiB 2 modules
front_1          |   modules by path ./style/*.scss 334 bytes (javascript) 52.3 KiB (css/mini-extract)
front_1          |     ./style/index.scss 334 bytes [built] [code generated]
front_1          |     css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./style/index.scss 52.3 KiB [code generated]
front_1          |   util (ignored) 15 bytes [built] [code generated]
front_1          |   util (ignored) 15 bytes [built] [code generated]
front_1          | 
front_1          | WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
front_1          | This can impact web performance.
front_1          | Assets: 
front_1          |   js/main.ab1417e083d8a0172e1b.js (1.95 MiB)
front_1          | 
front_1          | WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
front_1          | Entrypoints:
front_1          |   main (2.04 MiB)
front_1          |       main.3478beaa920d8681310a.css
front_1          |       js/main.ab1417e083d8a0172e1b.js
front_1          | 
front_1          | webpack 5.37.0 compiled with 2 warnings in 88055 ms
front_1          | Done in 93.32s.
front_1          | [Thu Jun 24 09:52:07.797677 2021] [mpm_event:notice] [pid 8:tid 140394977996864] AH00489: Apache/2.4.25 (Debian) configured -- resuming normal operations
front_1          | [Thu Jun 24 09:52:07.799271 2021] [core:notice] [pid 8:tid 140394977996864] AH00094: Command line: 'apache2 -D FOREGROUND'
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:26 +0000] "GET / HTTP/1.1" 200 1963 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:26 +0000] "GET /resources/logos/fullscreen-exit.svg HTTP/1.1" 200 562 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:26 +0000] "GET /resources/logos/fullscreen.svg HTTP/1.1" 200 555 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:26 +0000] "GET /resources/logos/close.svg HTTP/1.1" 200 552 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:26 +0000] "GET /static/images/menu.svg HTTP/1.1" 200 985 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:26 +0000] "GET /main.3478beaa920d8681310a.css HTTP/1.1" 200 31101 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:26 +0000] "GET /js/main.ab1417e083d8a0172e1b.js HTTP/1.1" 200 507115 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:27 +0000] "GET /resources/logos/boy.svg HTTP/1.1" 200 4070 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:27 +0000] "GET /static/images/favicons/favicon-16x16.png HTTP/1.1" 200 1451 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:27 +0000] "GET /static/images/favicons/android-icon-192x192.png HTTP/1.1" 200 4735 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:28 +0000] "GET /resources/fonts/arcade.png HTTP/1.1" 200 4122 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:28 +0000] "GET /resources/characters/pipoya/Cat%2001-1.png HTTP/1.1" 200 1655 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:28 +0000] "GET /resources/logos/tcm_full.png HTTP/1.1" 200 529 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:28 +0000] "GET /resources/fonts/arcade.xml HTTP/1.1" 200 1201 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:28 +0000] "GET /js/main.ab1417e083d8a0172e1b.js.map HTTP/1.1" 200 2400399 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:29 +0000] "GET / HTTP/1.1" 200 1963 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:29 +0000] "GET /static/images/menu.svg HTTP/1.1" 200 985 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:29 +0000] "GET /resources/logos/fullscreen.svg HTTP/1.1" 200 555 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:29 +0000] "GET /resources/logos/close.svg HTTP/1.1" 200 552 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:29 +0000] "GET /resources/logos/fullscreen-exit.svg HTTP/1.1" 200 562 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:29 +0000] "GET /main.3478beaa920d8681310a.css HTTP/1.1" 200 31101 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:29 +0000] "GET /js/main.ab1417e083d8a0172e1b.js HTTP/1.1" 200 507115 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:30 +0000] "GET /resources/logos/boy.svg HTTP/1.1" 200 4070 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:30 +0000] "GET /static/images/favicons/favicon-16x16.png HTTP/1.1" 200 1451 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:30 +0000] "GET /static/images/favicons/android-icon-192x192.png HTTP/1.1" 200 4735 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:31 +0000] "GET /resources/fonts/arcade.png HTTP/1.1" 200 4122 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:31 +0000] "GET /resources/logos/tcm_full.png HTTP/1.1" 200 529 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:31 +0000] "GET /resources/characters/pipoya/Cat%2001-1.png HTTP/1.1" 200 1655 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:31 +0000] "GET /resources/fonts/arcade.xml HTTP/1.1" 200 1201 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:52:30 +0000] "GET /js/main.ab1417e083d8a0172e1b.js.map HTTP/1.1" 200 2400399 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET / HTTP/1.1" 200 1963 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /resources/logos/close.svg HTTP/1.1" 200 552 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /resources/logos/fullscreen-exit.svg HTTP/1.1" 200 562 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /resources/logos/fullscreen.svg HTTP/1.1" 200 555 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /static/images/menu.svg HTTP/1.1" 200 985 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /main.3478beaa920d8681310a.css HTTP/1.1" 200 31101 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
reverse-proxy_1  | time="2021-06-24T09:48:04Z" level=info msg="Configuration loaded from flags."
reverse-proxy_1  | time="2021-06-24T09:58:05Z" level=warning msg="A new release has been found: 2.4.9. Please consider updating."
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /js/main.ab1417e083d8a0172e1b.js HTTP/1.1" 200 507115 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /resources/logos/boy.svg HTTP/1.1" 200 4070 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /static/images/favicons/favicon-16x16.png HTTP/1.1" 200 1451 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:18 +0000] "GET /static/images/favicons/android-icon-192x192.png HTTP/1.1" 200 4735 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:19 +0000] "GET /resources/fonts/arcade.png HTTP/1.1" 200 4122 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:19 +0000] "GET /resources/logos/tcm_full.png HTTP/1.1" 200 529 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:19 +0000] "GET /resources/fonts/arcade.xml HTTP/1.1" 200 1201 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:19 +0000] "GET /resources/characters/pipoya/Cat%2001-1.png HTTP/1.1" 200 1655 "https://play.workadventure.testing/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"
front_1          | 172.20.0.5 - - [24/Jun/2021:09:53:19 +0000] "GET /js/main.ab1417e083d8a0172e1b.js.map HTTP/1.1" 200 2400399 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0"

@jonnytest1
Copy link
Contributor

🤔 ok so no errors - interesting

@rllola
Copy link

rllola commented Jun 24, 2021

Stupid question but... is it required to fill the jisti environnement variables ? I am just testing it for now and don't have those.

@rllola
Copy link

rllola commented Jun 24, 2021

I also have a CORS error in the browser.

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://pusher.workadventure.testing/anonymLogin. (Reason: CORS request did not succeed).

@nurely
Copy link

nurely commented Jun 24, 2021

I am in the middle of an innovation day, wanted to have fun with the maps and stuff :p. Stuck here reading your logs similar to mine. 🗡️ 🩸

@rllola
Copy link

rllola commented Jun 24, 2021

I have found my issue... I am using a local domain name and needed to accept my self-signed certificate first by visiting https://pusher.workadventure.testing using my browser.

srry

@guysoft
Copy link
Contributor

guysoft commented Jun 24, 2021

Might be worth adding that note too.

guysoft added a commit to guysoft/workadventure that referenced this issue Jun 24, 2021
@guysoft
Copy link
Contributor

guysoft commented Jun 24, 2021

Added to #1200

Kharhamel added a commit that referenced this issue Sep 1, 2021
gparant added a commit that referenced this issue Sep 5, 2021
* audio player volume improvements

* Add workaround for #932

* Bump striptags from 3.1.1 to 3.2.0 in /messages

Bumps [striptags](https://github.com/ericnorris/striptags) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/ericnorris/striptags/releases)
- [Commits](ericnorris/striptags@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: striptags
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add anthoer note for #932 (comment)

* WIP: svelte menu

* temp

* temp

* Bump tar from 4.4.13 to 4.4.15 in /back

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.13...v4.4.15)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* New menu svelte

* Migration of report menu in svelte

* Migration of registerCustomMenu for Menu in Svelte
Refactor subMenuStore
Suppression of old MenuScene and ReportMenu

* Suppression of HTML files that aren't use anymore

* New version of cache management (#1365)

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* migrate to svelte

* remove redundancy

* initial localUserStore volume

* Exit scene acess denied detected (#1369)

* Add auth token user to get right in admin and check if user have right

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Update error show

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Update token generation (#1372)

- Permit only decode token to get map details,
 - If user have token expired, set the token to null and reload the page. This feature will be updated when authentication stategy will be finished.

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* GameManager has an attribute scenePlugin

* GameManager has an attribute scenePlugin

* Suppression of gameManager in IframeListener

* fix deeployer

* fix deeployer

* Fixing enter/leave event not properly sent on adjacent zones

On adjacent zones, the zone leave event was not properly triggered when leaving a zone for the zone next to it.
Closes #1366

* First pass on css

* First pass on css

* Second pass on css and reportMenu

* Second pass on css and reportMenu

* Second pass on css and reportMenu

* Improving popup

If a popup message is empty, only the buttons will be displayed (not the container)

Unrelated: the Sound.play method in the API now accepts 0 arguments.

* Third pass on css and reportMenu

* Correction following test

* Player return a the same position when after editing his profile

* Player return a the same position when after editing his profile (same as reconnection)

* Contact page only if environment variable exist

* Execute scripts of the map after creating gameScene

* Rollback on createPromise switched to public

* Bump tar from 6.1.0 to 6.1.10 in /pusher

Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.10.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.0...v6.1.10)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add iframe submenu by scripting API
Delete menu by scripting API

* Removing ts-ignore

* REVIEW : Migration Menu and Report Menu in Svelte (#1363)

* WIP: svelte menu

* temp

* temp

* New menu svelte

* Migration of report menu in svelte

* Migration of registerCustomMenu for Menu in Svelte
Refactor subMenuStore
Suppression of old MenuScene and ReportMenu

* Suppression of HTML files that aren't use anymore

* fix deeployer

* First pass on css

* First pass on css

* Second pass on css and reportMenu

* Second pass on css and reportMenu

* Second pass on css and reportMenu

* Third pass on css and reportMenu

* Correction following test

* Contact page only if environment variable exist

* Update service worker

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Change requested

* Change requested

Co-authored-by: kharhamel <oognic@gmail.com>
Co-authored-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Refactor to only have one function registerMenuCommand
When selected custom menu is removed, go to settings menu
Allow iframe in custom menu to use Scripting API
Return menu object when it is registered, can call remove function on it

* Correct bad change

* Add types file in API

* Add types file in API

* Fixing "has/in" on variables proxy object

When using WA.state, using `"myVariable" in WA.state` would always return false.
This is now fixed by adding a "has" method on the Proxy class.

Also, added a `WA.state.hasVariable` method.

* Add documentation
delete unused test map

* Properties changed via the Iframe API now trigger changes directly

Changes performed in WA.room.setPropertyLayer now have a real-time impact.
If the property is changed on a layer the current player is on, the changes will be triggered.

* documentation and CHANGELOG

* add possibility to set size of coWebsite and Jitsis via map property

* Update GameScene.ts

typo fixed

* Update CoWebsiteManager.ts

typos and style

* Update CoWebsiteManager.ts

yet another typo

* FIX: media tracks were not readded to a 3rd person in some situations

* fix ReportMenu (#1397)

* remove the package systeminformation from back

* Bump url-parse from 1.5.1 to 1.5.3 in /front

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump tar from 4.4.15 to 4.4.19 in /back

Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.15...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /messages

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* openTabPropertyKey (create new props in own file)

* Bump path-parse from 1.0.6 to 1.0.7 in /uploader

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /front

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /back

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /maps

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* FEATURE: improved the mediaStore code to disable tracks instead of deleting them

* Bump path-parse from 1.0.6 to 1.0.7 in /benchmark

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* added jitsiTypes

* renamed

* Allowing variables nested in group layers

Up until this commit, variables nested in object layers inside group layers where not found by the front nor the back.
This PR changes analysis so that variables can be detected.

* FIX: fixed a circular dependancy in stores by rewriting createPeerStore() and createScreenSharingPeerStore()

* WIP: Bypass camera scene (#1337)

* Set new local camera setup variable

* Finish by pass video settings

 - TODO add button to update camera settings

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Merge branch 'develop' into jumpVideoCamera

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

# Conflicts:
#	front/src/Connexion/LocalUserStore.ts
#	front/src/Phaser/Components/Loader.ts
#	front/src/Phaser/Game/GameManager.ts
#	front/src/Phaser/Login/EnableCameraScene.ts

* Add menu to open enable camera scene

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Finish jump camera setup

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Active authentication Oauth (#1377)

* Active authentication Oauth

 - Google authentication
 - GitHub authentication
 - Linkedin authentication

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Finish connexion et get user info connexion

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Fix lint error

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Change the expires token for 30 days

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Update connexion stratgey

 - Set last room when it will be created and not when connexion is openned
 - Add '/login' end point permit to logout and open iframe to log user
 - Add logout feature permit to logout in front

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Implement logout and revoke token with hydra

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Fix pull develop conflict

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Profile url (#1399)

* Create function that permit to get profile URL

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Continue profil user

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Add menu and logout button

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Update last room use

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Profile callback permit to get url profile setting from admin

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Finish profile show

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Delete profileUrl will be not use today

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Correct lint

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Update size of iframe

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Delete console log

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Update feedback ARP

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Emote silent zone (#1342)

* Add an emote when the user is in silent zone

* Update silent icon strategy

* Update strategy for silent zone

 - Add svelte store
 - Show silent zone indication and replace camera

This update permit to hide silent zone when user is in Jitsi discussion

* Fix css silent zone

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

* Hotfix media constraint error

 - Create error to manage displayed warning when we try to access on media with no constraint video and audio
 - Fix disabled microphone if we try to active and we don't have right or there is an error.

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

Co-authored-by: Lurkars <git@8lh.de>
Co-authored-by: Guy Sheffer <guysoft@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kharhamel <oognic@gmail.com>
Co-authored-by: GRL <g.lesniewski@thecodingmachine.com>
Co-authored-by: David Négrier <d.negrier@thecodingmachine.com>
Co-authored-by: GRL78 <80678534+GRL78@users.noreply.github.com>
Co-authored-by: ¯\_(ツ)_/¯ <tabascoeye@gmail.com>
Co-authored-by: Kharhamel <Kharhamel@users.noreply.github.com>
Co-authored-by: jonny <ga86lad@mytum.de>
@Aeyk
Copy link

Aeyk commented Oct 3, 2021

I also have a CORS error in the browser.

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://pusher.workadventure.testing/anonymLogin. (Reason: CORS request did not succeed).

I also have CORS error, at https://play.workadventure.localhost:80/sockjs-node/info?t=1633233266055 and I would like to note two things (1) is that I have workadventure.localhost in my /etc/hosts file and (2) that link that failed as a CORS failure in console (and a 404 in browser) works fine if I don't specify port 80.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants