Skip to content

Resource Registry not displaying non-string query parameters #623

@merit-agent

Description

@merit-agent

Summary

The Resource Registry page is not displaying all query parameters for resources - only string-based query properties appear to be shown.

Problem Description

When viewing a resource in the dashboard, some query parameters are missing from the display. For example:

Resource: http://pro-api.coingecko.com/api/v3/x402/onchain/networks/base/trending_pools?page=1&duration=5m&include_gt_community_data=true&include=base_token,quote_tokens,dex

Expected params: page, duration, include_gt_community_data, include

Displayed params: Only include and duration are shown

The params page (integer) and include_gt_community_data (boolean) are not displayed, suggesting the dashboard may be filtering out non-string parameter types.

Technical Context

The issue likely exists in the Resource Registry page component where query parameters are parsed and displayed.

Acceptance Criteria

  • All query parameter types (string, integer, boolean) display correctly on the Resource Registry page
  • The example resource above shows all 4 parameters when viewed in the dashboard

Context

  • Reported via Discord by: sragss_ms_99022

@claude please implement this fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions