gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

Gatewayd container exits unsuccessfully on v0.9.6

Open eabasir opened this issue 1 year ago • 6 comments

Expected Behavior

docker-compose should start the gatewayd container without any problems.

Current Behavior

After the release v0.9.6 the gatewayd container exits unsuccessfully (exit code 1) due to failure at parsing the actionRedis config.

Failure Information (for bugs)

The failiure only occurs when running the latest version (0.9.6) in a docker container as described below. It doesn't show any errors after building and running the project locally (go build main.go && ./main run)

Steps to Reproduce

  1. Try running the docker-compose up which by default uses the version 0.9.6
  2. Notice the aforementioned failure
  3. Uncomment the GATEWAYD_VERSION env var for the gatewayd service in the docker-compose.yaml file and change the version to 0.9.5
  4. Run the docker-compose up again. The container should start successfully.

Context

  • Operating System and architecture: MacOS 14.4.1 (Sonoma), Apple M3 Pro
  • GatewayD version: 0.9.6
  • Docker version: 24.0.7
  • Docker compose version: v2.23.3-desktop.2

Failure Logs

image

eabasir avatar Jun 08 '24 15:06 eabasir