# Project 60 Replay ## Gettings IDs - org_01j0wt03vft6qrqdcqgsc62ez8 - prj_01j7p2bgqx3553ds4qq0xh9zsg ## Issues ### Open "New" Folder vs Open Folder The option to open a "new" folder seems like it should be renamed "Open folder" image.png ### Renaming the title of the Arazzo in Cursor does not update Replay Renamed the title to "Test environment variables" but Replay didn't update. On the other hand, if we update Replay the file does update in Cursor. ### Tags aren't sorted or sortable The tags didn't seem to be in a particular order which made it hard to find things. I didn't see any way to sort -- there is a way to search and that is useful. ### There was already a collection there We did phronesis on Dec 22 and there was a test.arazzo.yaml merged on Dec 19th to `main` which had the various environment variable endpoints. ### Ran one step and lost response body image copy.png ### Received 500 error multiple times ```json { "detail": "Axios request to GET https://auth.cloud.redocly.com/oidc/userinfo failed with status 500", "object": "problem", "status": 500, "title": "Internal request error", "type": "about:blank" } ``` ### Run workflow button only works once image copy 2.png In order to get the button to work again, you need to close the tab and then press it again. Otherwise, you have to use the "Run again" button. ### Checking 404 results in error After deleting the environment variable, we check it is deleted by trying to get it again. We are expecting a 404. We get a 404, but the app shows our step failed even though the success criteria was met. image copy 3.png The root cause is there wasn't a 404 defined in the OpenAPI description. We solved it by adding the description. The error message wasn't clear that was the issue. ### The history tab doesn't show workflow run history It only seems to show if you run an individual step, not a workflow. ### "Undo" Delete workflow doesn't work image copy 4.png ### Collection settings or collection info? It seems there are no real settings to adjust and only info: image copy 5.png ### Input UI Issues - With the "x" the format looks like a tag. - The margin on the right of the X is wrong. - The columns end up misaligned. image copy 6.png ### Default description to "New Step" is annoying Description isn't required so it should be "empty" by default. image copy 7.png ### Output values When building output values autocomplete works up until I want to reference a property. It seems it should use the OpenAPI operation response schemas to help me autocomplete the property names. image copy 8.png ### Recalculate inputs It's weird that it sets the orgId and projectId as passwords because they aren't marked as such inside of the OpenAPI description. image copy 9.png It seems to misunderstand the `readOnly` fields as passwords. image copy 10.png ## Unrelated Issues