barokurniawan / wabot-service

7 stars 6 forks source link

Cannot Registration #7

Closed nian88 closed 3 years ago

nian88 commented 3 years ago

Cannot next step in registration form..

barokurniawan commented 3 years ago

can you mention what environment you are using, PHP Version, Node Js Version, are you using docker? And please describe how to reproduce the error please.

nian88 commented 3 years ago

image

image

Number registered but tab QR not show

barokurniawan commented 3 years ago

I have made some changes in the master, hopefully that will solve your issue. All you have to do is pull the master branch, then rebuild it.

then run composer update in the wabout_gui container and run npm install in the wabot_engine container.

If you get stucked in registration after entring the phone number, then reload the page and do the registration again, you will be prompted an alert then just click OK then you will see the QRCode.

Hope it solve your issue.

barokurniawan commented 3 years ago

And add ENGINE_URL = "http://wabot_engine:3002" to your .env file.