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

Loading large execution history runs fail #12234

Open
nirkons opened this issue Dec 15, 2024 · 6 comments
Open

Loading large execution history runs fail #12234

nirkons opened this issue Dec 15, 2024 · 6 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@nirkons
Copy link

nirkons commented Dec 15, 2024

Bug Description

On flows that are dealing with files and have failed, when trying to view the run, it loads for a while, then the error shows up:
image

All settings are set to save:
image

To Reproduce

Create an example flow:

  1. get a webhook with a DOCX file, can be with images, lets say 25MB+
  2. convert the DOCX to HTML
  3. convert the HTML back to DOCX

make the flow fail to run.
try to view the execution

Expected behavior

the failed run can be displayed in the execution log

Operating System

ubuntu 22.04
4 dedicated VCPU, 16GB RAM, 8GB swap

n8n Version

1.72.1

Node.js Version

docker

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Dec 15, 2024

Hey @nirkons,

We have created an internal ticket to look into this which we will be tracking as "N8N-7970"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 15, 2024
@Joffcom
Copy link
Member

Joffcom commented Dec 15, 2024

Hey @nirkons

Do any errors appear in either the browser console or in the n8n logs?

1 similar comment
@Joffcom
Copy link
Member

Joffcom commented Dec 15, 2024

Hey @nirkons

Do any errors appear in either the browser console or in the n8n logs?

@nirkons
Copy link
Author

nirkons commented Dec 15, 2024

In the docker logs I didn't see anything, do I need to set any parameter in the docker compose to see debug logs?

The console I didn't check, I'll check and update
Thanks

@nirkons
Copy link
Author

nirkons commented Dec 16, 2024

Hey @nirkons

Do any errors appear in either the browser console or in the n8n logs?

index-fCEqBD8K.js:14301
GET https://example.com/rest/executions/837404 net::ERR_CACHE_WRITE_FAILURE 304 (Not Modified)

this is the only thing in the console, nothing in the docker logs, but im unsure if i need to increase debugging in docker?

thanks

@r00gm
Copy link
Contributor

r00gm commented Dec 19, 2024

Hi @nirkons,

Could you please clear the browser's cache data?
If the problem persist it would help us to reproduce it ourselves if you could provide us a sample file to test it.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

3 participants