[Bug] An exception was thrown when accessing the Java application asynchronous monitoring task details
Search before asking
- [x] I had searched in the issues and found no similar issues.
Apache SkyWalking Component
UI (apache/skywalking-booster-ui)
What happened
When querying the Java application's asynchronous performance monitoring task, the page directly reports an error: "Variable 'taskId' has an invalid value: Variable 'taskId' has coerced Null value for NonNull type 'String!'"
as shown in the figure below:
What you expected to happen
Redirect to the task details page normally and display the current status of the task.
How to reproduce
-
Select a Java application and create an asynchronous performance monitoring task in the Async Profiling tab.
-
After the task is successfully created, an error occurs when selecting the created task from the list on the left. eg: https://demo.skywalking.apache.org/dashboard/GENERAL/Service/YWdlbnQ6OnNvbmdz.1/General-Service
Anything else
No response
Are you willing to submit a pull request to fix on your own?
- [ ] Yes I am willing to submit a pull request on my own!
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
@Fine0830 Can you identify which is the error.