giesberge
giesberge
Found this when switching domains it was still pointing at the old api COUCHBASE_SYNC_GATEWAY_CORS_ORIGINS in env-backend.env and env-sync-gateway.env in frontend /.env VUE_APP_DOMAIN_STAG VUE_APP_DOMAIN_PROD
`bridge_1 | 2021-07-21T16:55:37.540Z ros2-web-bridge:Bridge JSON command received: {"op":"call_service","id":"call_service:/add_two_ints:1","service":"/add_two_ints","type":"example_interfaces/AddTwoInts","args":{"a":1,"b":2}} bridge_1 | 2021-07-21T16:55:37.540Z ros2-web-bridge:Bridge Response: {"op":"status","level":"error","msg":"call_service: Error: The message required does not exist: example_interfaces, srv, AddTwoInts","id":"call_service:/add_two_ints:1"}`
If you use request.client.host you'll get the ip of the server if you're running in docker and it will fail requests. Its probably better to use request.url.hostname unless you think...
**Actual behavior** When I do something like ``` FROM busybox as base RUN echo 'Doing something here' FROM base as nextstep RUN echo 'Doing something else here' ``` I will...