Describe the bug
When trying to go to the playground from query-history in Cube Cloud, an incorrect URL is generated and causes a missing page error.
To Reproduce
Steps to reproduce the behavior:
- Go To Query History
- Select any query
- Click on "Open in Playground"
- See page not found error
- URL is in the form "deployments/1/**query-history/**playground?query=..." but the query-history part of the path should be removed.
Expected behavior
Clicking on Open in Playground should correctly open the playground with the selected query populated. The URL linked should not contain the "query-history" part of the path.
Screenshots
Version:
Cube Cloud 1.0.12
Additional context
Seems like a recent issue in the past few days.