rtenorioh / Press-Ticket

O sistema de multicanais "Press-Ticket" foi projetado para oferecer uma solução eficiente e integrada de suporte ao cliente, facilitando a comunicação e a gestão de tickets de atendimento diretamente pelos canais: WhatsApp (wwebjs), Facebook, Instagram, Telegram, e WebChat.
https://pressticket.com.br
MIT License
215 stars 137 forks source link

Erro após realizar o update #65

Closed leonardocassio closed 1 year ago

leonardocassio commented 1 year ago

Boa tarde,

Galera após realizar o Update do sistema para a ultima versão obtive o erro mencionado abaixo:

Error: ENOENT: no such file or directory, stat '/home/deploy/Press-Ticket/frontend/build/index.html'

SO: Ubuntu 20.04.5 LTS

image

leonardocassio commented 1 year ago

Resolvido realizando o Update manual!

cd ~ cd Press-Ticket git pull cd backend npm install rm -rf dist npm run build npx sequelize db:migrate npx sequelize db:seed cd ../frontend npm install rm -rf build npm run build pm2 restart all

diogotoriani commented 1 year ago

Eu fiz uma instalação nova esta semana, teve o mesmo erro... o instalador automático não está criando o arquivo config.json no frontend

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.