Michael.谢

Results 4 comments of Michael.谢

同样的错误,怎么处理? > docker-compose up ``` Pulling seata1 (seata.io/seata-go-server:)... ERROR: error parsing HTTP 404 response body: invalid character '

@Fxdemon 解决了。 自己先构建一下镜像: ``` make docker ``` 再运行: ``` docker-compose up ```

@psniady I got the same issue. Is this issue fixed? ``` michael@hostname ~/D/C/s/data-mesh-demo (main)> curl -s localhost:8080/priv/data-products | jq (base) { "timestamp": "2023-10-17T09:55:45.666+00:00", "status": 500, "error": "Internal Server Error", "path":...

> @psniady I got the same issue. Is this issue fixed? > > ``` > michael@hostname ~/D/C/s/data-mesh-demo (main)> curl -s localhost:8080/priv/data-products | jq (base) > { > "timestamp": "2023-10-17T09:55:45.666+00:00", >...