#Mobile (Android) and queues worker failed

1 messages ยท Page 1 of 1 (latest)

tropic abyss
#

Hi !

When I lauche the app on emulator, I've a lock screen (it's my app) and it's all good.

Once I'm loggued, I've an issue du to the queue worker that fail.

I saw this message : #1356908924334243860 message

But, unfortunately, I'm not understand why I have the "Fatal error, cURL error failed to connect localhost port 4000" on this side.

Any advice ?

spare seal
#

There is no queue support within the app

tropic abyss
#

I see ; but it's seems to be handled as its own. It's the desktop/app before trying on mobile, but how can I change this behavior for the mobile app ?

I just try to make the queue driver to null, to avoid it (as Laravel doc) but it's seems not working. ๐Ÿ˜•

spare seal
#

Im not sure I follow what's going on here, try a native:install --force, and run again. There is no queue support at this time.

tropic abyss
#

I try, even with deleting all the vendor folder and .lock file. But still the same.

Could it be possible that is an issue with the fact that I use the desktop package before that, maybe ?

spare seal
#

Yeah it could be related

strong socket
#

@tropic abyss
Were you able to fix the problem?

tropic abyss
#

Hi @strong socket ; I remove old datas (vendor, composer.json) and remake it again.

It's seems that the issue was the "mix" of desktop and mobile on my project.

Now, I've a desktop and a mobile project distinct each together.