Description
👟 Reproduction steps
Open appwrite dashboard
Navigate to function > executions
Click on an execution to see the details
Click on another execution
Notice the request params still show the params of the previous one you clicked
Example:
1st inspection - Request URL is /connect?id=288
Request Params properly show id: 288
2nd inspection - Request URL is /connect?id=233
Request Params should be id: 233 (but still showing id: 288)
👍 Expected behavior
Each request that you click should reflect the parameters of that request.
👎 Actual Behavior
The requests tab is not updated. It is stuck displaying only the parameters of the first one that I click. I have to refresh the page and click again to see the parameters of the request I wish to inspect.
Seems like a reactive DOM issue. Perhaps need a unique key on a container.
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
Version 1.7.3 upgraded from 1.6.x.
The only customization is that additional function-worker services are defined in the docker-compose.override.yml
.
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct