TinyActive / cosmos-servapps

Cosmos Market Apps Build By TinyActive
https://cosmos.4sdk.net/
GNU Affero General Public License v3.0
35 stars 4 forks source link

Chatwoot not install #13

Open moskoweb opened 6 months ago

moskoweb commented 6 months ago

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):

Additional context Add any other context about the problem here.

vncloudsco commented 6 months ago

thank for report we checking the problem

sigaccountXX commented 4 months ago

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