Open moskoweb opened 8 months ago
thank for report we checking the problem
I got it to finish the install by changing the command lines:
"command": "bundle exec rails s -p 3000 -b 0.0.0.0", ... "command": "bundle exec sidekiq -C config/sidekiq.yml",
and changing the volume binds to absolute paths:
"source": "/usr/cw-chatwoot-storage", "source": "/usr/cw-sidekiq-storage",
but no it gives me a generic error on the frontpage url.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior
[OPERATION FAILED] Bad request: json: cannot unmarshal array into Go struct field ContainerCreateRequestContainer.services.command of type string%!(EXTRA int=400, string=DS003){"status":"error","message":"Bad request: json: cannot unmarshal array into Go struct field ContainerCreateRequestContainer.services.command of type string","code":"DS003"}
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.