RocketChat / RocketChat/Rocket.Chat

[API BUG] (.../marketplace/explore/list) Unable to Fetch Apps via API (Marketplace Explore)

Open
#36,115 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
46.1k
Forks
13.9k
Avg merge
3d 3h
Merged PRs (30d)
130

Description

The app section API is failing to fetch apps listed under /marketplace/explore/list. The request is returning a success: false response with the error:

"No App found by the id of: 87cf50f2-2db4-4e05-a8fd-135ad24f9c08"

Expected Behavior
The API should return the app's details based on the provided app ID (as listed in /explore/list).

Actual Behavior
API responds with:

{
"success": false,
"error": "No App found by the id of: 87cf50f2-2db4-4e05-a8fd-135ad24f9c08"
}

my suggestions :-

Verified the app ID exists in the response payload from /marketplace/explore/list.

Suspecting that the request headers or payload are either malformed or incomplete, and the backend isn't receiving the correct context (e.g. token, marketplace context, or organization ID).

This might be an issue with internal/external API mapping or permission scoping.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the request flow from /marketplace/explore/list and compare it with the app-details request that returns the missing-ID error. Inspect the request headers, payload, token, marketplace context, and organization ID mentioned in the report. Done means the API returns the app details for the ID supplied by /marketplace/explore/list instead of the success:false response.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.