Error: Unable to access compilation with id = CompilationId(1) now. The compilation have been removed on the Rust side. The latest compilation id is CompilationId(112) #8583
Replies: 1 comment
-
It was reported in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Very rarely, I get the following error
I seems like the build completed, but then I get an error.
I saw the error once locally and every now and then we get the error on the CI.
I cannot share the full config because it is company owned.
What can I do to debug this further? I would think it might be
ts-checker-rspack-plugin
because it runs after the build, but I don't know how to validate this.We use the following plugins:
And run with:
System:
OS: Linux 6.8 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish)
CPU: (12) x64 Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
Memory: 20.94 GB / 31.05 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 18.20.4 - ~/.nvm/versions/node/v18.20.4/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v18.20.4/bin/yarn
npm: 10.7.0 - ~/.nvm/versions/node/v18.20.4/bin/npm
Browsers:
Chrome: 130.0.6723.116
npmPackages:
@rspack/cli: ^1.1.1 => 1.1.3
@rspack/core: ^1.1.1 => 1.1.3
Beta Was this translation helpful? Give feedback.
All reactions