easypanel-io / templates

https://easypanel-templates.netlify.app/
117 stars 88 forks source link

ChatWoot Template seems to have a problem #520

Closed michaelvips closed 2 months ago

michaelvips commented 3 months ago

Some things like send a message works well but I am with a error on images and files, something about rails. 500 (Internal Server Error)

image

michaelvips commented 3 months ago

I solve this using this command after app online bundle exec sidekiq -C config/sidekiq.yml how to put this in the template ?

deiucanta commented 3 months ago

https://github.com/easypanel-io/templates/blob/main/templates/chatwoot/index.ts#L81

It seems it's already there

michaelvips commented 3 months ago

Hi @deiucanta yes is there, but when all services are started, need manually run the command inside the chatwoot app.

Is there a way to add inside this command :

bundle exec rails db:chatwoot_prepare && bundle exec rails s -p 3000 -b 0.0.0.0

the comand: bundle exec sidekiq -C config/sidekiq.yml

?