Skip to content
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

PDF generation fails during process/next when using org token as opposed to user token (frontend) #908

Open
martinothamar opened this issue Nov 15, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working

Comments

@martinothamar
Copy link
Contributor

martinothamar commented Nov 15, 2024

Description of the bug

process/next with org token results in

{
    "title": "Process next failed.",
    "status": 500,
    "detail": "Pdf generation failed"
}

Steps To Reproduce

N/A

Additional Information

PDF generation may fail after 30 seconds returning 400

Logs from pdf-generator outputs:
Image

There does not seem to be requests on the backend taking upwards of 1000ms aside from Process/NextElement itself (which is waiting for the PDF generator)

@martinothamar martinothamar added the kind/bug Something isn't working label Nov 15, 2024
@martinothamar martinothamar self-assigned this Nov 15, 2024
@martinothamar martinothamar moved this to 📈 Todo in Team Apps Nov 15, 2024
@martinothamar martinothamar moved this from 📈 Todo to 👷 In Progress in Team Apps Nov 18, 2024
@martinothamar
Copy link
Contributor Author

The issue here is that frontend doesn't currently support rendering with an org token. Working on supporting this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: 👷 In Progress
Development

No branches or pull requests

1 participant