RocketChat / RocketChat/Rocket.Chat
[API BUG] (.../marketplace/explore/list) Unable to Fetch Apps via API (Marketplace Explore)
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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