[GH-ISSUE #2009] Jobs not picked up #575

Closed
opened 2026-02-26 18:47:39 +03:00 by kerem · 2 comments
Owner

Originally created by @grosjo on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/documenso/documenso/issues/2009

Issue Description

Just installed a fresh documenso from git

Email are pushed as jobs
@documenso/remix:dev: Submitting job to endpoint: http://127.0.0.1:3000/api/jobs/send.signup.confirmation.email/cmex6hdyz0000pg03hyxzgq35
@documenso/remix:dev: Submitting job to endpoint: http://127.0.0.1:3000/api/jobs/send.signup.confirmation.email/cmex6hh270001pg033zusib6f

but never actually sent

Steps to Reproduce

Just install a fresh git of documenso (not even having a first user) and launch via npm run dev (the 'npm run start' way does not work)

Expected Behavior

emails sending

Current Behavior

jobs submitted but never executed

Screenshots (optional)

No response

Operating System [e.g., Windows 10]

Archlinux

Browser [e.g., Chrome, Firefox]

Chrome

Version [e.g., 2.0.1]

Git

Please check the boxes that apply to this issue report.

  • I have searched the existing issues to make sure this is not a duplicate.
  • I have provided steps to reproduce the issue.
  • I have included relevant environment information.
  • I have included any relevant screenshots.
  • I understand that this is a voluntary contribution and that there is no guarantee of resolution.
  • I want to work on creating a PR for this issue if approved
Originally created by @grosjo on GitHub (Aug 29, 2025). Original GitHub issue: https://github.com/documenso/documenso/issues/2009 ### Issue Description Just installed a fresh documenso from git ``` Email are pushed as jobs @documenso/remix:dev: Submitting job to endpoint: http://127.0.0.1:3000/api/jobs/send.signup.confirmation.email/cmex6hdyz0000pg03hyxzgq35 @documenso/remix:dev: Submitting job to endpoint: http://127.0.0.1:3000/api/jobs/send.signup.confirmation.email/cmex6hh270001pg033zusib6f ``` but never actually sent ### Steps to Reproduce Just install a fresh git of documenso (not even having a first user) and launch via npm run dev (the 'npm run start' way does not work) ### Expected Behavior emails sending ### Current Behavior jobs submitted but never executed ### Screenshots (optional) _No response_ ### Operating System [e.g., Windows 10] Archlinux ### Browser [e.g., Chrome, Firefox] Chrome ### Version [e.g., 2.0.1] Git ### Please check the boxes that apply to this issue report. - [x] I have searched the existing issues to make sure this is not a duplicate. - [x] I have provided steps to reproduce the issue. - [x] I have included relevant environment information. - [x] I have included any relevant screenshots. - [x] I understand that this is a voluntary contribution and that there is no guarantee of resolution. - [ ] I want to work on creating a PR for this issue if approved
kerem 2026-02-26 18:47:39 +03:00
Author
Owner

@Matt0550 commented on GitHub (Oct 15, 2025):

Hi, I was having the same problem, but I fixed adding this environment variable:
NEXT_PRIVATE_INTERNAL_WEBAPP_URL="http://localhost:3000"

<!-- gh-comment-id:3404917718 --> @Matt0550 commented on GitHub (Oct 15, 2025): Hi, I was having the same problem, but I fixed adding this environment variable: `NEXT_PRIVATE_INTERNAL_WEBAPP_URL="http://localhost:3000"`
Author
Owner

@ephraimduncan commented on GitHub (Jan 15, 2026):

You can run npm run inngest:dev

<!-- gh-comment-id:3754972131 --> @ephraimduncan commented on GitHub (Jan 15, 2026): You can run `npm run inngest:dev`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#575
No description provided.