raffus

Results 7 comments of raffus

I had a similar problem, is related to the .env variables. Double check your URL's configs and try again. Also, if you want to use EMAIL login, you need to...

> > @aliuq This issue isn't present in the latest builds according to my testing. Hence I will be closing this issue in a few days. If you are still...

Even after doing all the tips shown here, I'm unable to connect the number. Callback shows: {"dataType":"loading_screen","data":{"percent":100,"message":"WhatsApp"},"sessionId":"1"} {"dataType":"loading_screen","data":{"percent":0,"message":"WhatsApp"},"sessionId":"1"} {"dataType":"loading_screen","data":{"percent":0,"message":"WhatsApp"},"sessionId":"1"} {"dataType":"loading_screen","data":{"percent":0,"message":"WhatsApp"},"sessionId":"1"} {"dataType":"loading_screen","data":{"percent":72,"message":"WhatsApp"},"sessionId":"1"} {"dataType":"loading_screen","data":{"percent":95,"message":"WhatsApp"},"sessionId":"1"} {"dataType":"loading_screen","data":{"percent":99,"message":"WhatsApp"},"sessionId":"1"} # node -v v21.7.3 # npm -v...

Hi there @avoylenko, thanks for the reply. The problem persists: ``` Failed to send new message webhook: rafael disconnected Request failed with status code 404 { reason: 'NAVIGATION' } /usr/src/app/node_modules/puppeteer/lib/cjs/puppeteer/common/Connection.js:230...

> I had big hopes for this PR because I struggled as well to set up UVDesk on Docker (#787). Unfortunately, after using your Dockerfile I still get the 500...

> @raffus Please check with the latest one if able To build docker image with php 8.1. https://github.com/uvdesk/community-skeleton/blob/v1.1.7_micro/Dockerfile The problem was with the "adduser" command that needed to be added...

> > You need to run `composer install` and other commands to run the database migrations inside the docker container. > > Sorry @raffus , but I don't get it....