8000 🐛 Bug Report: Function Request Parameters not displaying · Issue #10092 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
🐛 Bug Report: Function Request Parameters not displaying #10092
Open
@keybrdist

Description

@keybrdist

👟 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
Image

2nd inspection - Request URL is /connect?id=233
Request Params should be id: 233 (but still showing id: 288)
Image

👍 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingproduct / functionsFixes and upgrades for the Appwrite Functions.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0