Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chatwoot not install #13

Open
moskoweb opened this issue Mar 19, 2024 · 2 comments
Open

Chatwoot not install #13

moskoweb opened this issue Mar 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@moskoweb
Copy link

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.

@vncloudsco vncloudsco added the bug Something isn't working label Mar 20, 2024
@vncloudsco
Copy link
Contributor

thank for report we checking the problem

@sigaccountXX
Copy link

sigaccountXX commented Jun 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants