-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Queue does not receive any jobs #105
Comments
Check your smtp configuration in your env file.
…On Mon, 29 Jan, 2024 at 12:29, Christoph Goering ***@***.***> wrote:
Hi there,
first of all thank you for the project. I did the installation as written
in the doku. I can log in with Jon DOE but, if I register a new user I see
in the DB but no email is triggered. And yes, I am running php artisan
queue:work.
Do you have any idea, why this might be?
—
Reply to this email directly, view it on GitHub
<#105>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A57XVW3VXYXEQKFIEKPYVNLYQ52ZTAVCNFSM6AAAAABCPFS3RKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYDKMJWGY4TCOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I think the problem is, it is not even creating a job. I create a user but nothing happens in the |
Stop your Queue and try this
nohup php artisan queue:work --daemon &
if u have a working smtp .. Im sure it will work.
…On Mon, Jan 29, 2024 at 1:30 PM Christoph Goering ***@***.***> wrote:
I think the problem is, it is not even creating a job. I create a user but
nothing happens in the jobs table in the DB. The failed_jobs are also
empty.
—
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A57XVW7KEEQZNLEYOCYXK4DYQ6B6BAVCNFSM6AAAAABCPFS3RKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJUGUYDEMZQG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Make sure you have this |
I have an update. If I create a user via the Login Screen and email verification is sent. If I create it within the app. No email to set a Password or to be onboarded is sent. One can bypass it, by clicking "Forgot Password" but then after setting a new password one need to verify the email first. It seems like, that a "Verify Email and Set Password" email should be triggered if a user is created within the app. Or am I missing something? |
@ExtremOPS i just have installed and can confirm the same |
Can you put in detail the steps so I can have a look? |
the result shoud be no email sent (to newly added ) when you adding a user on the admin panel |
It is worth mentioning that the "php artisan queue:work" command is not running automatically after docker container starts, either way if this service is started. Even after starting this manually adding the user from admin panel will not send the email. |
From what I see it's not configured to run the job from the start, I created a PR #112 with the supervisor that should fix one of the problems. On the rest I'll investigate and update this PR |
Hi @mihaisolomon do you have any updates? It would be really nice if you could get this working... If I can be of any help, please let me know. |
Hi there,
first of all thank you for the project. I did the installation as written in the doku. I can log in with Jon DOE but, if I register a new user I see in the DB but no email is triggered. And yes, I am running
php artisan queue:work
.Do you have any idea, why this might be?
The text was updated successfully, but these errors were encountered: