-
Notifications
You must be signed in to change notification settings - Fork 57
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
Error: ConnectError: [unknown] network error on the package execution logs screen #2176
Comments
I just hit this today while trying to give a demo |
we are discussing this issue here: https://kurtosistech.slack.com/archives/C05DZ4UABDZ/p1708114238397159 it could be related to this one: #1768 another possible relation: connectrpc/connect-es#907 |
I don't think that the problem is in ConnectGo or in the Kurtosis Engine because I've tested it locally with the UI and it runs the MERN package completely without any problem and even downloading the container images (I removed the images before the test). If we see the following image the I think that the problem, in cloud, could be in some layer above of this. |
I see this error log in the
|
@barnabasbusa could you confirm if this fix also fix the use case that you reported on this ticket: #2231 ? |
What's your CLI version?
0.86.18
Description & steps to reproduce
Execute the
MERN
package in the cloud and you will see this error in the logs:Error: ConnectError: [unknown] network error
And you can see this error in the browser's console
Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
Desired behavior
We should see all the package's logs on the screen
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
Frontend: the Graphical User Interface, including the Enclave Manager
The text was updated successfully, but these errors were encountered: