-
Notifications
You must be signed in to change notification settings - Fork 93
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
cant get a falmegraph due to error Cannot read properties of undefined (reading 'length') #29
Comments
Judging by the fact that error takes place inside the component, I think it is this line, but the reasons are unclear for now Thank you for providing the devtools screenshot, that does help with debugging. |
what backend is supposed to populate the data for these frontend requests ? dont see anything specifically wrong in backend services logs however |
It seems that the proxy have rendered the json successfully and uploaded it into storage. |
great, thank now i see 500 while accessing directly the flamegraph https://perforator.dev-***.com/task/0194dce2-dace-7501-b3e2-fc5dbac9b3ea.json ![]() in my logging system i see this error from postgres side ![]() |
I'm sorry, by "absolute path to storage" I meant, the path to this bucket, not "storage" microservice. From what I understand the request is somehow reaching the postgres, and it really shouldn't. It takes the bucket link with the id and downloads it. So no postgres involved. |
hello, i set up perforator on one of our clusters but i cant see the flamegraph seeing error below
and then error
what could be wrong ?
below are the console logs
Thanks
The text was updated successfully, but these errors were encountered: