cosmos-servapps icon indicating copy to clipboard operation
cosmos-servapps copied to clipboard

Chatwoot not install

Open moskoweb opened this issue 2 years ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to Market
  2. Click on Chatwoot
  3. Scroll down to Install
  4. And, try install.

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 Captura de Tela 2024-03-19 às 10 27 26

Desktop (please complete the following information):

  • OS: Sonora
  • Browser Safari
  • Version 17.4

Additional context Add any other context about the problem here.

moskoweb avatar Mar 19 '24 13:03 moskoweb

thank for report we checking the problem

vncloudsco avatar Mar 21 '24 10:03 vncloudsco

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.

image

sigaccountXX avatar Jun 06 '24 18:06 sigaccountXX